|
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.DeleteSellingManagerItemAutomationRuleCall
public class DeleteSellingManagerItemAutomationRuleCall
Wrapper class of the DeleteSellingManagerItemAutomationRule 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.
ItemID
- The ID of the item from which to delete automation rules.
DeleteAutomatedRelistingRule
- If true, the automated relisting rules are removed from the item.
DeleteAutomatedSecondChanceOfferRule
- If true, the automated second chance offer rule is removed from the item.
ReturnedAutomatedListingRule
- Contains the remaining automated listing rules associated with this item.
ReturnedAutomatedRelistingRule
- Contains the remaining automated relisting rules associated with this item.
ReturnedAutomatedSecondChanceOfferRule
- Contains the remaining automated Second Chance Offer rule associated with this item.
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 | |
---|---|
DeleteSellingManagerItemAutomationRuleCall()
Constructor. |
|
DeleteSellingManagerItemAutomationRuleCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
SellingManagerAutoListType |
deleteSellingManagerItemAutomationRule()
Removes the association of Selling Manager automation rules to an item. |
Boolean |
getDeleteAutomatedRelistingRule()
Gets the DeleteSellingManagerItemAutomationRuleRequestType.deleteAutomatedRelistingRule. |
Boolean |
getDeleteAutomatedSecondChanceOfferRule()
Gets the DeleteSellingManagerItemAutomationRuleRequestType.deleteAutomatedSecondChanceOfferRule. |
String |
getItemID()
Gets the DeleteSellingManagerItemAutomationRuleRequestType.itemID. |
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. |
void |
setDeleteAutomatedRelistingRule(Boolean deleteAutomatedRelistingRule)
Sets the DeleteSellingManagerItemAutomationRuleRequestType.deleteAutomatedRelistingRule. |
void |
setDeleteAutomatedSecondChanceOfferRule(Boolean deleteAutomatedSecondChanceOfferRule)
Sets the DeleteSellingManagerItemAutomationRuleRequestType.deleteAutomatedSecondChanceOfferRule. |
void |
setItemID(String itemID)
Sets the DeleteSellingManagerItemAutomationRuleRequestType.itemID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeleteSellingManagerItemAutomationRuleCall()
public DeleteSellingManagerItemAutomationRuleCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public SellingManagerAutoListType deleteSellingManagerItemAutomationRule() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public Boolean getDeleteAutomatedRelistingRule()
public void setDeleteAutomatedRelistingRule(Boolean deleteAutomatedRelistingRule)
deleteAutomatedRelistingRule
- Booleanpublic Boolean getDeleteAutomatedSecondChanceOfferRule()
public void setDeleteAutomatedSecondChanceOfferRule(Boolean deleteAutomatedSecondChanceOfferRule)
deleteAutomatedSecondChanceOfferRule
- Booleanpublic String getItemID()
public void setItemID(String itemID)
itemID
- Stringpublic 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.