Class LabelFormatOptionRequest
- java.lang.Object
-
- software.amazon.spapi.models.merchantfulfillment.v0.LabelFormatOptionRequest
-
public class LabelFormatOptionRequest extends java.lang.Object
Whether to include a packing slip.
-
-
Constructor Summary
Constructors Constructor Description LabelFormatOptionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
LabelFormatOptionRequest
includePackingSlipWithLabel(java.lang.Boolean includePackingSlipWithLabel)
java.lang.Boolean
isIncludePackingSlipWithLabel()
When true, include a packing slip with the label.void
setIncludePackingSlipWithLabel(java.lang.Boolean includePackingSlipWithLabel)
java.lang.String
toString()
-
-
-
Method Detail
-
includePackingSlipWithLabel
public LabelFormatOptionRequest 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)
-
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
-
-