Package com.restfb.types.ads
Class ProductCatalog
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.NamedAdsObject
-
- com.restfb.types.ads.ProductCatalog
-
- All Implemented Interfaces:
Serializable
public class ProductCatalog extends NamedAdsObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductCatalog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Business
getBusiness()
List<String>
getFallbackImageUrl()
Long
getFeedCount()
Long
getProductCount()
StoreCatalogSettings
getStoreCatalogSettings()
Date
getUserAccessExpireTime()
String
getVertical()
void
setBusiness(Business business)
void
setFallbackImageUrl(List<String> fallbackImageUrl)
void
setFeedCount(Long feedCount)
void
setProductCount(Long productCount)
void
setStoreCatalogSettings(StoreCatalogSettings storeCatalogSettings)
void
setUserAccessExpireTime(Date userAccessExpireTime)
void
setVertical(String vertical)
-
Methods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setName
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ProductCatalog
public ProductCatalog()
-
-
Method Detail
-
getBusiness
public Business getBusiness()
-
setBusiness
public void setBusiness(Business business)
-
getFallbackImageUrl
public List<String> getFallbackImageUrl()
-
setFallbackImageUrl
public void setFallbackImageUrl(List<String> fallbackImageUrl)
-
getFeedCount
public Long getFeedCount()
-
setFeedCount
public void setFeedCount(Long feedCount)
-
getProductCount
public Long getProductCount()
-
setProductCount
public void setProductCount(Long productCount)
-
getStoreCatalogSettings
public StoreCatalogSettings getStoreCatalogSettings()
-
setStoreCatalogSettings
public void setStoreCatalogSettings(StoreCatalogSettings storeCatalogSettings)
-
getVertical
public String getVertical()
-
setVertical
public void setVertical(String vertical)
-
getUserAccessExpireTime
public Date getUserAccessExpireTime()
-
setUserAccessExpireTime
public void setUserAccessExpireTime(Date userAccessExpireTime)
-
-