Class BatchOffersRequestParams
- java.lang.Object
-
- software.amazon.spapi.models.pricing.v0.BatchOffersRequestParams
-
- Direct Known Subclasses:
ItemOffersRequestParams
,ListingOffersRequestParams
public class BatchOffersRequestParams extends java.lang.Object
BatchOffersRequestParams
-
-
Constructor Summary
Constructors Constructor Description BatchOffersRequestParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchOffersRequestParams
customerType(CustomerType customerType)
boolean
equals(java.lang.Object o)
CustomerType
getCustomerType()
Get customerTypeItemCondition
getItemCondition()
Get itemConditionjava.lang.String
getMarketplaceId()
Get marketplaceIdint
hashCode()
BatchOffersRequestParams
itemCondition(ItemCondition itemCondition)
BatchOffersRequestParams
marketplaceId(java.lang.String marketplaceId)
void
setCustomerType(CustomerType customerType)
void
setItemCondition(ItemCondition itemCondition)
void
setMarketplaceId(java.lang.String marketplaceId)
java.lang.String
toString()
-
-
-
Method Detail
-
marketplaceId
public BatchOffersRequestParams marketplaceId(java.lang.String marketplaceId)
-
getMarketplaceId
public java.lang.String getMarketplaceId()
Get marketplaceId- Returns:
- marketplaceId
-
setMarketplaceId
public void setMarketplaceId(java.lang.String marketplaceId)
-
itemCondition
public BatchOffersRequestParams itemCondition(ItemCondition itemCondition)
-
getItemCondition
public ItemCondition getItemCondition()
Get itemCondition- Returns:
- itemCondition
-
setItemCondition
public void setItemCondition(ItemCondition itemCondition)
-
customerType
public BatchOffersRequestParams customerType(CustomerType customerType)
-
getCustomerType
public CustomerType getCustomerType()
Get customerType- Returns:
- customerType
-
setCustomerType
public void setCustomerType(CustomerType customerType)
-
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
-
-