Class PrepDetails
- java.lang.Object
-
- software.amazon.spapi.models.awd.v2024_05_09.PrepDetails
-
public class PrepDetails extends java.lang.Object
The preparation details for a product. This contains the prep category, prep owner, and label owner. Prep instructions are generated based on the specified category.
-
-
Constructor Summary
Constructors Constructor Description PrepDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrepDetails
addPrepInstructionsItem(PrepInstruction prepInstructionsItem)
boolean
equals(java.lang.Object o)
LabelOwner
getLabelOwner()
Get labelOwnerjava.lang.String
getPrepCategory()
The preparation category for shipping an item to Amazon's fulfillment network.java.util.List<PrepInstruction>
getPrepInstructions()
Information that pertains to the preparation of inbound products.PrepOwner
getPrepOwner()
Get prepOwnerint
hashCode()
PrepDetails
labelOwner(LabelOwner labelOwner)
PrepDetails
prepCategory(java.lang.String prepCategory)
PrepDetails
prepInstructions(java.util.List<PrepInstruction> prepInstructions)
PrepDetails
prepOwner(PrepOwner prepOwner)
void
setLabelOwner(LabelOwner labelOwner)
void
setPrepCategory(java.lang.String prepCategory)
void
setPrepInstructions(java.util.List<PrepInstruction> prepInstructions)
void
setPrepOwner(PrepOwner prepOwner)
java.lang.String
toString()
-
-
-
Method Detail
-
labelOwner
public PrepDetails labelOwner(LabelOwner labelOwner)
-
getLabelOwner
public LabelOwner getLabelOwner()
Get labelOwner- Returns:
- labelOwner
-
setLabelOwner
public void setLabelOwner(LabelOwner labelOwner)
-
prepCategory
public PrepDetails prepCategory(java.lang.String prepCategory)
-
getPrepCategory
public java.lang.String getPrepCategory()
The preparation category for shipping an item to Amazon's fulfillment network.- Returns:
- prepCategory
-
setPrepCategory
public void setPrepCategory(java.lang.String prepCategory)
-
prepInstructions
public PrepDetails prepInstructions(java.util.List<PrepInstruction> prepInstructions)
-
addPrepInstructionsItem
public PrepDetails addPrepInstructionsItem(PrepInstruction prepInstructionsItem)
-
getPrepInstructions
public java.util.List<PrepInstruction> getPrepInstructions()
Information that pertains to the preparation of inbound products. This is generated based on the specified category.- Returns:
- prepInstructions
-
setPrepInstructions
public void setPrepInstructions(java.util.List<PrepInstruction> prepInstructions)
-
prepOwner
public PrepDetails prepOwner(PrepOwner prepOwner)
-
getPrepOwner
public PrepOwner getPrepOwner()
Get prepOwner- Returns:
- prepOwner
-
setPrepOwner
public void setPrepOwner(PrepOwner prepOwner)
-
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
-
-