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
Modifier and Type Method Description Business
getBusiness()
List<String>
getFallbackImageUrl()
Long
getFeedCount()
Long
getProductCount()
StoreCatalogSettings
getStoreCatalogSettings()
String
getVertical()
void
setBusiness(Business business)
void
setFallbackImageUrl(List<String> fallbackImageUrl)
void
setFeedCount(Long feedCount)
void
setProductCount(Long productCount)
void
setStoreCatalogSettings(StoreCatalogSettings storeCatalogSettings)
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
-