Class LowestPricedOffersInput
- java.lang.Object
-
- software.amazon.spapi.models.pricing.v2022_05_01.LowestPricedOffersInput
-
public class LowestPricedOffersInput extends java.lang.Object
The input required for building `LowestPricedOffers` data in the response.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LowestPricedOffersInput.OfferTypeEnum
The input parameter specifies the type of offers requested for `LowestPricedOffers`.
-
Constructor Summary
Constructors Constructor Description LowestPricedOffersInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Condition
getItemCondition()
Get itemConditionLowestPricedOffersInput.OfferTypeEnum
getOfferType()
The input parameter specifies the type of offers requested for `LowestPricedOffers`.int
hashCode()
LowestPricedOffersInput
itemCondition(Condition itemCondition)
LowestPricedOffersInput
offerType(LowestPricedOffersInput.OfferTypeEnum offerType)
void
setItemCondition(Condition itemCondition)
void
setOfferType(LowestPricedOffersInput.OfferTypeEnum offerType)
java.lang.String
toString()
-
-
-
Method Detail
-
itemCondition
public LowestPricedOffersInput itemCondition(Condition itemCondition)
-
getItemCondition
public Condition getItemCondition()
Get itemCondition- Returns:
- itemCondition
-
setItemCondition
public void setItemCondition(Condition itemCondition)
-
offerType
public LowestPricedOffersInput offerType(LowestPricedOffersInput.OfferTypeEnum offerType)
-
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
-
setOfferType
public void setOfferType(LowestPricedOffersInput.OfferTypeEnum offerType)
-
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
-
-