Uses of Class
com.restfb.types.ads.ProductVariant
-
Packages that use ProductVariant Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of ProductVariant in com.restfb.types.ads
Methods in com.restfb.types.ads that return types with arguments of type ProductVariant Modifier and Type Method Description List<ProductVariant>
ProductGroup. getVariants()
Method parameters in com.restfb.types.ads with type arguments of type ProductVariant Modifier and Type Method Description void
ProductGroup. setVariants(List<ProductVariant> variants)
The list of product variants and their options in the order they need to be displayed on the UI
-