|
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.SetSellingManagerTemplateAutomationRuleCall
public class SetSellingManagerTemplateAutomationRuleCall
Wrapper class of the SetSellingManagerTemplateAutomationRule 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 ID of the Selling Manager template whose automation rules
you want to change. You can obtain a SaleTemplateID by calling
GetSellingManagerInventory.
AutomatedListingRule
- The information for the automated listing rule to be associated with the template.
AutomatedRelistingRule
- The information for the automated relisting rule to be associated with the template.
AutomatedSecondChanceOfferRule
- The information for the automated Second Chance Offer rule to be associated with the template.
ReturnedAutomatedListingRule
- Contains the automated listing rule associated with this template.
ReturnedAutomatedRelistingRule
- Contains the automated relisting rule associated with this template.
ReturnedAutomatedSecondChanceOfferRule
- Contains the automated Second Chance Offer rule associated with this 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 | |
---|---|
SetSellingManagerTemplateAutomationRuleCall()
Constructor. |
|
SetSellingManagerTemplateAutomationRuleCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
SellingManagerAutoListType |
getAutomatedListingRule()
Gets the SetSellingManagerTemplateAutomationRuleRequestType.automatedListingRule. |
SellingManagerAutoRelistType |
getAutomatedRelistingRule()
Gets the SetSellingManagerTemplateAutomationRuleRequestType.automatedRelistingRule. |
SellingManagerAutoSecondChanceOfferType |
getAutomatedSecondChanceOfferRule()
Gets the SetSellingManagerTemplateAutomationRuleRequestType.automatedSecondChanceOfferRule. |
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. |
Long |
getSaleTemplateID()
Gets the SetSellingManagerTemplateAutomationRuleRequestType.saleTemplateID. |
void |
setAutomatedListingRule(SellingManagerAutoListType automatedListingRule)
Sets the SetSellingManagerTemplateAutomationRuleRequestType.automatedListingRule. |
void |
setAutomatedRelistingRule(SellingManagerAutoRelistType automatedRelistingRule)
Sets the SetSellingManagerTemplateAutomationRuleRequestType.automatedRelistingRule. |
void |
setAutomatedSecondChanceOfferRule(SellingManagerAutoSecondChanceOfferType automatedSecondChanceOfferRule)
Sets the SetSellingManagerTemplateAutomationRuleRequestType.automatedSecondChanceOfferRule. |
void |
setSaleTemplateID(Long saleTemplateID)
Sets the SetSellingManagerTemplateAutomationRuleRequestType.saleTemplateID. |
SellingManagerAutoListType |
setSellingManagerTemplateAutomationRule()
Revises, or adds to, the Selling Manager automation rules associated with a template. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetSellingManagerTemplateAutomationRuleCall()
public SetSellingManagerTemplateAutomationRuleCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public SellingManagerAutoListType setSellingManagerTemplateAutomationRule() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public SellingManagerAutoListType getAutomatedListingRule()
public void setAutomatedListingRule(SellingManagerAutoListType automatedListingRule)
automatedListingRule
- SellingManagerAutoListTypepublic SellingManagerAutoRelistType getAutomatedRelistingRule()
public void setAutomatedRelistingRule(SellingManagerAutoRelistType automatedRelistingRule)
automatedRelistingRule
- SellingManagerAutoRelistTypepublic SellingManagerAutoSecondChanceOfferType getAutomatedSecondChanceOfferRule()
public void setAutomatedSecondChanceOfferRule(SellingManagerAutoSecondChanceOfferType automatedSecondChanceOfferRule)
automatedSecondChanceOfferRule
- SellingManagerAutoSecondChanceOfferTypepublic Long getSaleTemplateID()
public void setSaleTemplateID(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.