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
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
ProductCatalog
public ProductCatalog()
-
-
Method Details
-
getBusiness
-
setBusiness
-
getFallbackImageUrl
-
setFallbackImageUrl
-
getFeedCount
-
setFeedCount
-
getProductCount
-
setProductCount
-
getStoreCatalogSettings
-
setStoreCatalogSettings
-
getVertical
-
setVertical
-
getUserAccessExpireTime
-
setUserAccessExpireTime
-