Class LowestPricedOffersInput


  • public class LowestPricedOffersInput
    extends java.lang.Object
    The input required for building `LowestPricedOffers` data in the response.
    • Constructor Detail

      • LowestPricedOffersInput

        public LowestPricedOffersInput()
    • Method Detail

      • getItemCondition

        public Condition getItemCondition()
        Get itemCondition
        Returns:
        itemCondition
      • setItemCondition

        public void setItemCondition​(Condition itemCondition)
      • getOfferType

        public LowestPricedOffersInput.OfferTypeEnum getOfferType()
        The input parameter specifies the type of offers requested for `LowestPricedOffers`. This applies to `Consumer` and `Business` offers. `Consumer` is the default `offerType`.
        Returns:
        offerType
      • 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