|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.sdk.ApiCall
com.ebay.sdk.call.DeleteSellingManagerTemplateAutomationRuleCall
public class DeleteSellingManagerTemplateAutomationRuleCall
Wrapper class of the DeleteSellingManagerTemplateAutomationRule call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2009
Company: eBay Inc.
SaleTemplateID
- The unique identifier of the Selling Manager template from which you want to remove automation rules.
You can obtain a SaleTemplateID by calling GetSellingManagerInventory.
DeleteAutomatedListingRule
- This field is included and set to true
if the user would like to disable the automated listing rule for the Selling Manager template.
DeleteAutomatedRelistingRule
- This field is included and set to true
if the user would like to disable the automated relisting rule for the Selling Manager template.
DeleteAutomatedSecondChanceOfferRule
- This field is included and set to true
if the user would like to disable the automated Second Chance Offer rule for the Selling Manager template.
ReturnedAutomatedListingRule
- This container is returned if automated listing rules are set up for the Selling Manager template.
ReturnedAutomatedRelistingRule
- This container is returned if automated relisting rules are set up for the Selling Manager template.
ReturnedAutomatedSecondChanceOfferRule
- This container is returned if automated Second Chance Offer rules are set up for the Selling Manager template.
ReturnedFees
- Contains fees that may be incurred when items are listed using the
automation rules (e.g., a scheduled listing fee). Use of an automation rule
does not in itself have a fee, but use can result in a fee.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
DeleteSellingManagerTemplateAutomationRuleCall()
Constructor. |
|
DeleteSellingManagerTemplateAutomationRuleCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
SellingManagerAutoListType |
deleteSellingManagerTemplateAutomationRule()
Removes the association of Selling Manager automation rules to a template. |
java.lang.Boolean |
getDeleteAutomatedListingRule()
Gets the DeleteSellingManagerTemplateAutomationRuleRequestType.deleteAutomatedListingRule. |
java.lang.Boolean |
getDeleteAutomatedRelistingRule()
Gets the DeleteSellingManagerTemplateAutomationRuleRequestType.deleteAutomatedRelistingRule. |
java.lang.Boolean |
getDeleteAutomatedSecondChanceOfferRule()
Gets the DeleteSellingManagerTemplateAutomationRuleRequestType.deleteAutomatedSecondChanceOfferRule. |
SellingManagerAutoListType |
getReturnedAutomatedListingRule()
Valid after executing the API. |
SellingManagerAutoRelistType |
getReturnedAutomatedRelistingRule()
Valid after executing the API. |
SellingManagerAutoSecondChanceOfferType |
getReturnedAutomatedSecondChanceOfferRule()
Valid after executing the API. |
FeesType |
getReturnedFees()
Valid after executing the API. |
java.lang.Long |
getSaleTemplateID()
Gets the DeleteSellingManagerTemplateAutomationRuleRequestType.saleTemplateID. |
void |
setDeleteAutomatedListingRule(java.lang.Boolean deleteAutomatedListingRule)
Sets the DeleteSellingManagerTemplateAutomationRuleRequestType.deleteAutomatedListingRule. |
void |
setDeleteAutomatedRelistingRule(java.lang.Boolean deleteAutomatedRelistingRule)
Sets the DeleteSellingManagerTemplateAutomationRuleRequestType.deleteAutomatedRelistingRule. |
void |
setDeleteAutomatedSecondChanceOfferRule(java.lang.Boolean deleteAutomatedSecondChanceOfferRule)
Sets the DeleteSellingManagerTemplateAutomationRuleRequestType.deleteAutomatedSecondChanceOfferRule. |
void |
setSaleTemplateID(java.lang.Long saleTemplateID)
Sets the DeleteSellingManagerTemplateAutomationRuleRequestType.saleTemplateID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeleteSellingManagerTemplateAutomationRuleCall()
public DeleteSellingManagerTemplateAutomationRuleCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public SellingManagerAutoListType deleteSellingManagerTemplateAutomationRule() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public java.lang.Boolean getDeleteAutomatedListingRule()
public void setDeleteAutomatedListingRule(java.lang.Boolean deleteAutomatedListingRule)
deleteAutomatedListingRule
- Booleanpublic java.lang.Boolean getDeleteAutomatedRelistingRule()
public void setDeleteAutomatedRelistingRule(java.lang.Boolean deleteAutomatedRelistingRule)
deleteAutomatedRelistingRule
- Booleanpublic java.lang.Boolean getDeleteAutomatedSecondChanceOfferRule()
public void setDeleteAutomatedSecondChanceOfferRule(java.lang.Boolean deleteAutomatedSecondChanceOfferRule)
deleteAutomatedSecondChanceOfferRule
- Booleanpublic java.lang.Long getSaleTemplateID()
public void setSaleTemplateID(java.lang.Long saleTemplateID)
saleTemplateID
- Longpublic SellingManagerAutoListType getReturnedAutomatedListingRule()
public SellingManagerAutoRelistType getReturnedAutomatedRelistingRule()
public SellingManagerAutoSecondChanceOfferType getReturnedAutomatedSecondChanceOfferRule()
public FeesType getReturnedFees()
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.