| Package | Description |
|---|---|
| com.amazonaws.mws.model |
| Modifier and Type | Field and Description |
|---|---|
protected ContentType |
SubmitFeedRequest.contentType |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
SubmitFeedRequest.getContentType()
Gets the value of the content type.
|
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubmitFeedRequest.setContentType(ContentType value)
Sets the value of the ContentType property.
|
SubmitFeedRequest |
SubmitFeedRequest.withContentType(ContentType value)
Sets the value of the ContentType property
|
| Constructor and Description |
|---|
SubmitFeedRequest(String marketplace,
IdList marketplaceIdList,
String merchant,
InputStream feedContent,
String contentMD5,
String feedType,
Boolean purgeAndReplace,
ContentType contentType) |
SubmitFeedRequest(String marketplace,
IdList marketplaceIdList,
String merchant,
InputStream feedContent,
String contentMD5,
String feedType,
Boolean purgeAndReplace,
ContentType contentType,
String mwsAuthToken) |
Copyright © 2020. All rights reserved.