| Package | Description |
|---|---|
| com.amazonaws.mws.model |
| Modifier and Type | Field and Description |
|---|---|
protected StatusList |
GetFeedSubmissionListRequest.feedProcessingStatusList |
protected StatusList |
GetFeedSubmissionCountRequest.feedProcessingStatusList |
protected StatusList |
GetReportRequestListRequest.reportProcessingStatusList |
protected StatusList |
GetReportRequestCountRequest.reportProcessingStatusList |
protected StatusList |
CancelReportRequestsRequest.reportProcessingStatusList |
| Modifier and Type | Method and Description |
|---|---|
StatusList |
ObjectFactory.createStatusList()
Create an instance of
StatusList |
StatusList |
GetFeedSubmissionListRequest.getFeedProcessingStatusList()
Gets the value of the feedProcessingStatusList property.
|
StatusList |
GetFeedSubmissionCountRequest.getFeedProcessingStatusList()
Gets the value of the feedProcessingStatusList property.
|
StatusList |
GetReportRequestListRequest.getReportProcessingStatusList()
Gets the value of the reportProcessingStatusList property.
|
StatusList |
GetReportRequestCountRequest.getReportProcessingStatusList()
Gets the value of the reportProcessingStatusList property.
|
StatusList |
CancelReportRequestsRequest.getReportProcessingStatusList()
Gets the value of the reportProcessingStatusList property.
|
StatusList |
StatusList.withStatus(String... values)
Sets the value of the Status property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFeedSubmissionListRequest.setFeedProcessingStatusList(StatusList value)
Sets the value of the feedProcessingStatusList property.
|
void |
GetFeedSubmissionCountRequest.setFeedProcessingStatusList(StatusList value)
Sets the value of the feedProcessingStatusList property.
|
void |
GetReportRequestListRequest.setReportProcessingStatusList(StatusList value)
Sets the value of the reportProcessingStatusList property.
|
void |
GetReportRequestCountRequest.setReportProcessingStatusList(StatusList value)
Sets the value of the reportProcessingStatusList property.
|
void |
CancelReportRequestsRequest.setReportProcessingStatusList(StatusList value)
Sets the value of the reportProcessingStatusList property.
|
GetFeedSubmissionListRequest |
GetFeedSubmissionListRequest.withFeedProcessingStatusList(StatusList value)
Sets the value of the FeedProcessingStatusList property.
|
GetFeedSubmissionCountRequest |
GetFeedSubmissionCountRequest.withFeedProcessingStatusList(StatusList value)
Sets the value of the FeedProcessingStatusList property.
|
GetReportRequestListRequest |
GetReportRequestListRequest.withReportProcessingStatusList(StatusList value)
Sets the value of the ReportProcessingStatusList property.
|
GetReportRequestCountRequest |
GetReportRequestCountRequest.withReportProcessingStatusList(StatusList value)
Sets the value of the ReportProcessingStatusList property.
|
CancelReportRequestsRequest |
CancelReportRequestsRequest.withReportProcessingStatusList(StatusList value)
Sets the value of the ReportProcessingStatusList property.
|
| Constructor and Description |
|---|
CancelReportRequestsRequest(String marketplace,
String merchant,
IdList reportRequestIdList,
TypeList reportTypeList,
StatusList reportProcessingStatusList,
XMLGregorianCalendar requestedFromDate,
XMLGregorianCalendar requestedToDate)
Value constructor
|
CancelReportRequestsRequest(String marketplace,
String merchant,
IdList reportRequestIdList,
TypeList reportTypeList,
StatusList reportProcessingStatusList,
XMLGregorianCalendar requestedFromDate,
XMLGregorianCalendar requestedToDate,
String mwsAuthToken) |
GetFeedSubmissionCountRequest(String marketplace,
String merchant,
TypeList feedTypeList,
StatusList feedProcessingStatusList,
XMLGregorianCalendar submittedFromDate,
XMLGregorianCalendar submittedToDate)
Value constructor
|
GetFeedSubmissionCountRequest(String marketplace,
String merchant,
TypeList feedTypeList,
StatusList feedProcessingStatusList,
XMLGregorianCalendar submittedFromDate,
XMLGregorianCalendar submittedToDate,
String mwsAuthToken) |
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) |
GetReportRequestCountRequest(String marketplace,
String merchant,
TypeList reportTypeList,
StatusList reportProcessingStatusList,
XMLGregorianCalendar requestedFromDate,
XMLGregorianCalendar requestedToDate)
Value constructor
|
GetReportRequestCountRequest(String marketplace,
String merchant,
TypeList reportTypeList,
StatusList reportProcessingStatusList,
XMLGregorianCalendar requestedFromDate,
XMLGregorianCalendar requestedToDate,
String mwsAuthToken) |
GetReportRequestListRequest(String marketplace,
String merchant,
IdList reportRequestIdList,
TypeList reportTypeList,
StatusList reportProcessingStatusList,
Integer maxCount,
XMLGregorianCalendar requestedFromDate,
XMLGregorianCalendar requestedToDate)
Value constructor
|
GetReportRequestListRequest(String marketplace,
String merchant,
IdList reportRequestIdList,
TypeList reportTypeList,
StatusList reportProcessingStatusList,
Integer maxCount,
XMLGregorianCalendar requestedFromDate,
XMLGregorianCalendar requestedToDate,
String mwsAuthToken) |
Copyright © 2020. All rights reserved.