Package com.restfb.types.ads
Class ProductSet
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.NamedAdsObject
com.restfb.types.ads.ProductSet
- All Implemented Interfaces:
Serializable
public class ProductSet extends NamedAdsObject
Represents the Product Set
type
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ProductSet()
-
Method Summary
Modifier and Type Method Description String
getFilter()
ProductCatalog
getProductCatalog()
Long
getProductCount()
void
setFilter(String filter)
void
setProductCatalog(ProductCatalog productCatalog)
void
setProductCount(Long productCount)
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
-
ProductSet
public ProductSet()
-
-
Method Details
-
getFilter
-
setFilter
-
getProductCatalog
-
setProductCatalog
-
getProductCount
-
setProductCount
-