Class LabelFormatOption
- java.lang.Object
-
- software.amazon.spapi.models.merchantfulfillment.v0.LabelFormatOption
-
public class LabelFormatOption extends java.lang.Object
The label format details and whether to include a packing slip.
-
-
Constructor Summary
Constructors Constructor Description LabelFormatOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
LabelFormat
getLabelFormat()
Get labelFormatint
hashCode()
LabelFormatOption
includePackingSlipWithLabel(java.lang.Boolean includePackingSlipWithLabel)
java.lang.Boolean
isIncludePackingSlipWithLabel()
When true, include a packing slip with the label.LabelFormatOption
labelFormat(LabelFormat labelFormat)
void
setIncludePackingSlipWithLabel(java.lang.Boolean includePackingSlipWithLabel)
void
setLabelFormat(LabelFormat labelFormat)
java.lang.String
toString()
-
-
-
Method Detail
-
includePackingSlipWithLabel
public LabelFormatOption includePackingSlipWithLabel(java.lang.Boolean includePackingSlipWithLabel)
-
isIncludePackingSlipWithLabel
public java.lang.Boolean isIncludePackingSlipWithLabel()
When true, include a packing slip with the label.- Returns:
- includePackingSlipWithLabel
-
setIncludePackingSlipWithLabel
public void setIncludePackingSlipWithLabel(java.lang.Boolean includePackingSlipWithLabel)
-
labelFormat
public LabelFormatOption labelFormat(LabelFormat labelFormat)
-
getLabelFormat
public LabelFormat getLabelFormat()
Get labelFormat- Returns:
- labelFormat
-
setLabelFormat
public void setLabelFormat(LabelFormat labelFormat)
-
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
-
-