public class Store extends BaseProduct<StoreLocationAttributes>
Modifier and Type | Class and Description |
---|---|
static class |
Store.StoreAttributeType |
Constructor and Description |
---|
Store() |
Modifier and Type | Method and Description |
---|---|
ConversationsIncludeType |
getIncludedIn() |
java.lang.String |
getLocationAttribute(Store.StoreAttributeType storeAttributeType)
Get a location attribute on a Store object by supplying one of the StoreAttributeType enumerations.
|
java.util.List<StoreReview> |
getStoreReviews() |
protected void |
setIncludedIn(ConversationsIncludeType includedIn) |
getAttributes, getAttributesOrder, getAverageRating, getBrand, getBrandExternalId, getCategoryId, getDisplayImageUrl, getDisplayName, getEANs, getFamilyIds, getId, getImageUrl, getISBNs, getManufacturerPartNumbers, getModelNumbers, getName, getProductDescription, getProductPageUrl, getReviewList, getReviewsIds, getReviewStatistics, getUPCs
public java.lang.String getLocationAttribute(Store.StoreAttributeType storeAttributeType)
storeAttributeType
- public java.util.List<StoreReview> getStoreReviews()
protected void setIncludedIn(ConversationsIncludeType includedIn)
public ConversationsIncludeType getIncludedIn()