Class ListingOffersRequest
- java.lang.Object
-
- software.amazon.spapi.models.pricing.v0.BatchRequest
-
- software.amazon.spapi.models.pricing.v0.ListingOffersRequest
-
public class ListingOffersRequest extends BatchRequest
ListingOffersRequest
-
-
Constructor Summary
Constructors Constructor Description ListingOffersRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListingOffersRequest
customerType(CustomerType customerType)
boolean
equals(java.lang.Object o)
CustomerType
getCustomerType()
Get customerTypeItemCondition
getItemCondition()
Get itemConditionjava.lang.String
getMarketplaceId()
Get marketplaceIdint
hashCode()
ListingOffersRequest
itemCondition(ItemCondition itemCondition)
ListingOffersRequest
marketplaceId(java.lang.String marketplaceId)
void
setCustomerType(CustomerType customerType)
void
setItemCondition(ItemCondition itemCondition)
void
setMarketplaceId(java.lang.String marketplaceId)
java.lang.String
toString()
-
Methods inherited from class software.amazon.spapi.models.pricing.v0.BatchRequest
getHeaders, getMethod, getUri, headers, method, setHeaders, setMethod, setUri, uri
-
-
-
-
Method Detail
-
marketplaceId
public ListingOffersRequest 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 ListingOffersRequest itemCondition(ItemCondition itemCondition)
-
getItemCondition
public ItemCondition getItemCondition()
Get itemCondition- Returns:
- itemCondition
-
setItemCondition
public void setItemCondition(ItemCondition itemCondition)
-
customerType
public ListingOffersRequest 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 classBatchRequest
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classBatchRequest
-
toString
public java.lang.String toString()
- Overrides:
toString
in classBatchRequest
-
-