Class SupportedDocumentSpecification
- java.lang.Object
-
- software.amazon.spapi.models.shipping.v2.SupportedDocumentSpecification
-
public class SupportedDocumentSpecification extends java.lang.Object
Document specification that is supported for a service offering.
-
-
Constructor Summary
Constructors Constructor Description SupportedDocumentSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
SupportedDocumentSpecification
format(DocumentFormat format)
DocumentFormat
getFormat()
Get formatPrintOptionList
getPrintOptions()
Get printOptionsDocumentSize
getSize()
Get sizeint
hashCode()
SupportedDocumentSpecification
printOptions(PrintOptionList printOptions)
void
setFormat(DocumentFormat format)
void
setPrintOptions(PrintOptionList printOptions)
void
setSize(DocumentSize size)
SupportedDocumentSpecification
size(DocumentSize size)
java.lang.String
toString()
-
-
-
Method Detail
-
format
public SupportedDocumentSpecification format(DocumentFormat format)
-
getFormat
public DocumentFormat getFormat()
Get format- Returns:
- format
-
setFormat
public void setFormat(DocumentFormat format)
-
size
public SupportedDocumentSpecification size(DocumentSize size)
-
getSize
public DocumentSize getSize()
Get size- Returns:
- size
-
setSize
public void setSize(DocumentSize size)
-
printOptions
public SupportedDocumentSpecification printOptions(PrintOptionList printOptions)
-
getPrintOptions
public PrintOptionList getPrintOptions()
Get printOptions- Returns:
- printOptions
-
setPrintOptions
public void setPrintOptions(PrintOptionList printOptions)
-
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
-
-