Class PrepInstruction


  • public class PrepInstruction
    extends java.lang.Object
    Information pertaining to the preparation of inbound products.
    • Constructor Detail

      • PrepInstruction

        public PrepInstruction()
    • Method Detail

      • getPrepOwner

        public PrepOwner getPrepOwner()
        Get prepOwner
        Returns:
        prepOwner
      • setPrepOwner

        public void setPrepOwner​(PrepOwner prepOwner)
      • prepType

        public PrepInstruction prepType​(java.lang.String prepType)
      • getPrepType

        public java.lang.String getPrepType()
        The type of preparation to be done. For more information about preparing items, refer to [Prep guidance](https://sellercentral.amazon.com/help/hub/reference/external/GF4G7547KSLDX2KC) on Seller Central.
        Returns:
        prepType
      • setPrepType

        public void setPrepType​(java.lang.String prepType)
      • 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