|
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.soap.eBLBaseComponents.AbstractRequestType
com.ebay.soap.eBLBaseComponents.SetSellingManagerTemplateAutomationRuleRequestType
public class SetSellingManagerTemplateAutomationRuleRequestType
Revises, or adds to, the Selling Manager automation rules associated with a template.
This call is subject to change without notice; the deprecation process is inapplicable to this call. You must have a Selling Manager Pro subscription to use this call.
Using this call, you can add either an automated listing or relisting rule, but not both. You also can add a Second Chance Offer rule.
This call also enables you to specify particular information about automation rules.
If a node is not passed in the call, the setting for the corresponding automation rule remains unchanged.
Java class for SetSellingManagerTemplateAutomationRuleRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetSellingManagerTemplateAutomationRuleRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="SaleTemplateID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="AutomatedListingRule" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerAutoListType" minOccurs="0"/> <element name="AutomatedRelistingRule" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerAutoRelistType" minOccurs="0"/> <element name="AutomatedSecondChanceOfferRule" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerAutoSecondChanceOfferType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected SellingManagerAutoListType |
automatedListingRule
|
protected SellingManagerAutoRelistType |
automatedRelistingRule
|
protected SellingManagerAutoSecondChanceOfferType |
automatedSecondChanceOfferRule
|
protected java.lang.Long |
saleTemplateID
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
SetSellingManagerTemplateAutomationRuleRequestType()
|
Method Summary | |
---|---|
SellingManagerAutoListType |
getAutomatedListingRule()
Gets the value of the automatedListingRule property. |
SellingManagerAutoRelistType |
getAutomatedRelistingRule()
Gets the value of the automatedRelistingRule property. |
SellingManagerAutoSecondChanceOfferType |
getAutomatedSecondChanceOfferRule()
Gets the value of the automatedSecondChanceOfferRule property. |
java.lang.Long |
getSaleTemplateID()
Gets the value of the saleTemplateID property. |
void |
setAutomatedListingRule(SellingManagerAutoListType value)
Sets the value of the automatedListingRule property. |
void |
setAutomatedRelistingRule(SellingManagerAutoRelistType value)
Sets the value of the automatedRelistingRule property. |
void |
setAutomatedSecondChanceOfferRule(SellingManagerAutoSecondChanceOfferType value)
Sets the value of the automatedSecondChanceOfferRule property. |
void |
setSaleTemplateID(java.lang.Long value)
Sets the value of the saleTemplateID property. |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Long saleTemplateID
protected SellingManagerAutoListType automatedListingRule
protected SellingManagerAutoRelistType automatedRelistingRule
protected SellingManagerAutoSecondChanceOfferType automatedSecondChanceOfferRule
Constructor Detail |
---|
public SetSellingManagerTemplateAutomationRuleRequestType()
Method Detail |
---|
public java.lang.Long getSaleTemplateID()
Long
public void setSaleTemplateID(java.lang.Long value)
value
- allowed object is
Long
public SellingManagerAutoListType getAutomatedListingRule()
SellingManagerAutoListType
public void setAutomatedListingRule(SellingManagerAutoListType value)
value
- allowed object is
SellingManagerAutoListType
public SellingManagerAutoRelistType getAutomatedRelistingRule()
SellingManagerAutoRelistType
public void setAutomatedRelistingRule(SellingManagerAutoRelistType value)
value
- allowed object is
SellingManagerAutoRelistType
public SellingManagerAutoSecondChanceOfferType getAutomatedSecondChanceOfferRule()
SellingManagerAutoSecondChanceOfferType
public void setAutomatedSecondChanceOfferRule(SellingManagerAutoSecondChanceOfferType value)
value
- allowed object is
SellingManagerAutoSecondChanceOfferType
|
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.