Class CreateFeedDocumentSpecification
- java.lang.Object
-
- software.amazon.spapi.models.feeds.v2021_06_30.CreateFeedDocumentSpecification
-
public class CreateFeedDocumentSpecification extends java.lang.Object
Specifies the content type for the createFeedDocument operation.
-
-
Constructor Summary
Constructors Constructor Description CreateFeedDocumentSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateFeedDocumentSpecification
contentType(java.lang.String contentType)
boolean
equals(java.lang.Object o)
java.lang.String
getContentType()
The content type of the feed.int
hashCode()
void
setContentType(java.lang.String contentType)
java.lang.String
toString()
-
-
-
Method Detail
-
contentType
public CreateFeedDocumentSpecification contentType(java.lang.String contentType)
-
getContentType
public java.lang.String getContentType()
The content type of the feed.- Returns:
- contentType
-
setContentType
public void setContentType(java.lang.String contentType)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-