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
public class ProductGroup extends BaseAdsObject
Represents the Product Group type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRetailerId()
List<ProductVariant>
getVariants()
void
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 UI-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ProductGroup
public ProductGroup()
-
-
Method Detail
-
getRetailerId
public String getRetailerId()
- Returns:
- Retailer ID of the product group
-
setRetailerId
public void setRetailerId(String retailerId)
Retailer ID of the product group
-
getVariants
public List<ProductVariant> getVariants()
- Returns:
- The list of product variants and their options in the order they need to be displayed on the UI
-
setVariants
public void setVariants(List<ProductVariant> variants)
The list of product variants and their options in the order they need to be displayed on the UI
-
-