public class CancelFeedSubmissionsRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Marketplace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Merchant" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FeedSubmissionIdList" type="{http://mws.amazonaws.com/doc/2009-01-01/}IdList" minOccurs="0"/>
<element name="FeedTypeList" type="{http://mws.amazonaws.com/doc/2009-01-01/}TypeList" minOccurs="0"/>
<element name="SubmittedFromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SubmittedToDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="MWSAuthToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Wed Feb 18 13:28:59 PST 2009| Modifier and Type | Field and Description |
|---|---|
protected IdList |
feedSubmissionIdList |
protected TypeList |
feedTypeList |
protected String |
marketplace |
protected String |
merchant |
protected String |
mwsAuthToken |
protected XMLGregorianCalendar |
submittedFromDate |
protected XMLGregorianCalendar |
submittedToDate |
| Constructor and Description |
|---|
CancelFeedSubmissionsRequest()
Default constructor
|
CancelFeedSubmissionsRequest(String marketplace,
String merchant,
IdList feedSubmissionIdList,
TypeList feedTypeList,
XMLGregorianCalendar submittedFromDate,
XMLGregorianCalendar submittedToDate)
Value constructor
|
CancelFeedSubmissionsRequest(String marketplace,
String merchant,
IdList feedSubmissionIdList,
TypeList feedTypeList,
XMLGregorianCalendar submittedFromDate,
XMLGregorianCalendar submittedToDate,
String mwsAuthToken) |
| Modifier and Type | Method and Description |
|---|---|
IdList |
getFeedSubmissionIdList()
Gets the value of the feedSubmissionIdList property.
|
TypeList |
getFeedTypeList()
Gets the value of the feedTypeList property.
|
String |
getMarketplace()
Deprecated.
|
String |
getMerchant()
Gets the value of the merchant property.
|
String |
getMWSAuthToken()
Gets the value of the mwsAuthToken property.
|
XMLGregorianCalendar |
getSubmittedFromDate()
Gets the value of the submittedFromDate property.
|
XMLGregorianCalendar |
getSubmittedToDate()
Gets the value of the submittedToDate property.
|
boolean |
isSetFeedSubmissionIdList() |
boolean |
isSetFeedTypeList() |
boolean |
isSetMarketplace()
Deprecated.
|
boolean |
isSetMerchant() |
boolean |
isSetMWSAuthToken() |
boolean |
isSetSubmittedFromDate() |
boolean |
isSetSubmittedToDate() |
void |
setFeedSubmissionIdList(IdList value)
Sets the value of the feedSubmissionIdList property.
|
void |
setFeedTypeList(TypeList value)
Sets the value of the feedTypeList property.
|
void |
setMarketplace(String value)
Deprecated.
Not used anymore. MWS ignores this parameter, but it is left
in here for backwards compatibility.
|
void |
setMerchant(String value)
Sets the value of the merchant property.
|
void |
setMWSAuthToken(String authTokenValue)
Sets the value of the mwsAuthToken property
|
void |
setSubmittedFromDate(XMLGregorianCalendar value)
Sets the value of the submittedFromDate property.
|
void |
setSubmittedToDate(XMLGregorianCalendar value)
Sets the value of the submittedToDate property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
CancelFeedSubmissionsRequest |
withFeedSubmissionIdList(IdList value)
Sets the value of the FeedSubmissionIdList property.
|
CancelFeedSubmissionsRequest |
withFeedTypeList(TypeList value)
Sets the value of the FeedTypeList property.
|
CancelFeedSubmissionsRequest |
withMarketplace(String value)
Deprecated.
|
CancelFeedSubmissionsRequest |
withMerchant(String value)
Sets the value of the Merchant property.
|
CancelFeedSubmissionsRequest |
withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
CancelFeedSubmissionsRequest |
withSubmittedFromDate(XMLGregorianCalendar value)
Sets the value of the SubmittedFromDate property.
|
CancelFeedSubmissionsRequest |
withSubmittedToDate(XMLGregorianCalendar value)
Sets the value of the SubmittedToDate property.
|
protected String marketplace
protected String merchant
protected IdList feedSubmissionIdList
protected TypeList feedTypeList
protected XMLGregorianCalendar submittedFromDate
protected XMLGregorianCalendar submittedToDate
protected String mwsAuthToken
public CancelFeedSubmissionsRequest()
public CancelFeedSubmissionsRequest(String marketplace, String merchant, IdList feedSubmissionIdList, TypeList feedTypeList, XMLGregorianCalendar submittedFromDate, XMLGregorianCalendar submittedToDate)
public CancelFeedSubmissionsRequest(String marketplace, String merchant, IdList feedSubmissionIdList, TypeList feedTypeList, XMLGregorianCalendar submittedFromDate, XMLGregorianCalendar submittedToDate, String mwsAuthToken)
public String getMarketplace()
setMarketplace(String)Stringpublic void setMarketplace(String value)
value - allowed object is
Stringpublic boolean isSetMarketplace()
setMarketplace(String)public String getMerchant()
Stringpublic void setMerchant(String value)
value - allowed object is
Stringpublic boolean isSetMerchant()
public IdList getFeedSubmissionIdList()
IdListpublic void setFeedSubmissionIdList(IdList value)
value - allowed object is
IdListpublic boolean isSetFeedSubmissionIdList()
public TypeList getFeedTypeList()
TypeListpublic void setFeedTypeList(TypeList value)
value - allowed object is
TypeListpublic boolean isSetFeedTypeList()
public XMLGregorianCalendar getSubmittedFromDate()
XMLGregorianCalendarpublic void setSubmittedFromDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetSubmittedFromDate()
public XMLGregorianCalendar getSubmittedToDate()
XMLGregorianCalendarpublic void setSubmittedToDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetSubmittedToDate()
public String getMWSAuthToken()
Stringpublic void setMWSAuthToken(String authTokenValue)
authTokenValue - allowed object is
Stringpublic boolean isSetMWSAuthToken()
public CancelFeedSubmissionsRequest withMarketplace(String value)
setMarketplace(String)value - public CancelFeedSubmissionsRequest withMerchant(String value)
value - public CancelFeedSubmissionsRequest withMWSAuthToken(String value)
value - public CancelFeedSubmissionsRequest withFeedSubmissionIdList(IdList value)
value - public CancelFeedSubmissionsRequest withFeedTypeList(TypeList value)
value - public CancelFeedSubmissionsRequest withSubmittedFromDate(XMLGregorianCalendar value)
value - public CancelFeedSubmissionsRequest withSubmittedToDate(XMLGregorianCalendar value)
value - protected String toJSONFragment()
Copyright © 2020. All rights reserved.