Class 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 Detail

      • PrepDetails

        public PrepDetails()
    • Method Detail

      • 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)
      • 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)
      • 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object