public class GetFeedSubmissionListRequest 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="MaxCount" type="{http://mws.amazonaws.com/doc/2009-01-01/}Count" minOccurs="0"/>
<element name="FeedTypeList" type="{http://mws.amazonaws.com/doc/2009-01-01/}TypeList" minOccurs="0"/>
<element name="FeedProcessingStatusList" type="{http://mws.amazonaws.com/doc/2009-01-01/}StatusList" 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 StatusList |
feedProcessingStatusList |
protected IdList |
feedSubmissionIdList |
protected TypeList |
feedTypeList |
protected String |
marketplace |
protected Integer |
maxCount |
protected String |
merchant |
protected String |
mwsAuthToken |
protected XMLGregorianCalendar |
submittedFromDate |
protected XMLGregorianCalendar |
submittedToDate |
| Constructor and Description |
|---|
GetFeedSubmissionListRequest()
Default constructor
|
GetFeedSubmissionListRequest(String marketplace,
String merchant,
IdList feedSubmissionIdList,
Integer maxCount,
TypeList feedTypeList,
StatusList feedProcessingStatusList,
XMLGregorianCalendar submittedFromDate,
XMLGregorianCalendar submittedToDate)
Value constructor
|
GetFeedSubmissionListRequest(String marketplace,
String merchant,
IdList feedSubmissionIdList,
Integer maxCount,
TypeList feedTypeList,
StatusList feedProcessingStatusList,
XMLGregorianCalendar submittedFromDate,
XMLGregorianCalendar submittedToDate,
String mwsAuthToken) |
| Modifier and Type | Method and Description |
|---|---|
StatusList |
getFeedProcessingStatusList()
Gets the value of the feedProcessingStatusList property.
|
IdList |
getFeedSubmissionIdList()
Gets the value of the feedSubmissionIdList property.
|
TypeList |
getFeedTypeList()
Gets the value of the feedTypeList property.
|
String |
getMarketplace()
Deprecated.
|
Integer |
getMaxCount()
Gets the value of the maxCount property.
|
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 |
isSetFeedProcessingStatusList() |
boolean |
isSetFeedSubmissionIdList() |
boolean |
isSetFeedTypeList() |
boolean |
isSetMarketplace()
Deprecated.
|
boolean |
isSetMaxCount() |
boolean |
isSetMerchant() |
boolean |
isSetMWSAuthToken() |
boolean |
isSetSubmittedFromDate() |
boolean |
isSetSubmittedToDate() |
void |
setFeedProcessingStatusList(StatusList value)
Sets the value of the feedProcessingStatusList property.
|
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 |
setMaxCount(Integer value)
Sets the value of the maxCount property.
|
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
|
GetFeedSubmissionListRequest |
withFeedProcessingStatusList(StatusList value)
Sets the value of the FeedProcessingStatusList property.
|
GetFeedSubmissionListRequest |
withFeedSubmissionIdList(IdList value)
Sets the value of the FeedSubmissionIdList property.
|
GetFeedSubmissionListRequest |
withFeedTypeList(TypeList value)
Sets the value of the FeedTypeList property.
|
GetFeedSubmissionListRequest |
withMarketplace(String value)
Deprecated.
|
GetFeedSubmissionListRequest |
withMaxCount(Integer value)
Sets the value of the MaxCount property.
|
GetFeedSubmissionListRequest |
withMerchant(String value)
Sets the value of the Merchant property.
|
GetFeedSubmissionListRequest |
withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
GetFeedSubmissionListRequest |
withSubmittedFromDate(XMLGregorianCalendar value)
Sets the value of the SubmittedFromDate property.
|
GetFeedSubmissionListRequest |
withSubmittedToDate(XMLGregorianCalendar value)
Sets the value of the SubmittedToDate property.
|
protected String marketplace
protected String merchant
protected IdList feedSubmissionIdList
protected Integer maxCount
protected TypeList feedTypeList
protected StatusList feedProcessingStatusList
protected XMLGregorianCalendar submittedFromDate
protected XMLGregorianCalendar submittedToDate
protected String mwsAuthToken
public GetFeedSubmissionListRequest()
public GetFeedSubmissionListRequest(String marketplace, String merchant, IdList feedSubmissionIdList, Integer maxCount, TypeList feedTypeList, StatusList feedProcessingStatusList, XMLGregorianCalendar submittedFromDate, XMLGregorianCalendar submittedToDate)
public GetFeedSubmissionListRequest(String marketplace, String merchant, IdList feedSubmissionIdList, Integer maxCount, TypeList feedTypeList, StatusList feedProcessingStatusList, 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 Integer getMaxCount()
Integerpublic void setMaxCount(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxCount()
public TypeList getFeedTypeList()
TypeListpublic void setFeedTypeList(TypeList value)
value - allowed object is
TypeListpublic boolean isSetFeedTypeList()
public StatusList getFeedProcessingStatusList()
StatusListpublic void setFeedProcessingStatusList(StatusList value)
value - allowed object is
StatusListpublic boolean isSetFeedProcessingStatusList()
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 GetFeedSubmissionListRequest withMarketplace(String value)
setMarketplace(String)value - public GetFeedSubmissionListRequest withMerchant(String value)
value - public GetFeedSubmissionListRequest withMWSAuthToken(String value)
value - public GetFeedSubmissionListRequest withFeedSubmissionIdList(IdList value)
value - public GetFeedSubmissionListRequest withMaxCount(Integer value)
value - public GetFeedSubmissionListRequest withFeedTypeList(TypeList value)
value - public GetFeedSubmissionListRequest withFeedProcessingStatusList(StatusList value)
value - public GetFeedSubmissionListRequest withSubmittedFromDate(XMLGregorianCalendar value)
value - public GetFeedSubmissionListRequest withSubmittedToDate(XMLGregorianCalendar value)
value - protected String toJSONFragment()
Copyright © 2020. All rights reserved.