Package com.restfb.types.ads
Class ProductGroup
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.ProductGroup
- All Implemented Interfaces:
Serializable
Represents the Product Group
type
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setRetailerId
(String retailerId) Retailer ID of the product groupvoid
setVariants
(List<ProductVariant> variants) The list of product variants and their options in the order they need to be displayed on the UIMethods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
ProductGroup
public ProductGroup()
-
-
Method Details
-
getRetailerId
- Returns:
- Retailer ID of the product group
-
setRetailerId
Retailer ID of the product group -
getVariants
- Returns:
- The list of product variants and their options in the order they need to be displayed on the UI
-
setVariants
The list of product variants and their options in the order they need to be displayed on the UI
-