Uses of Class
com.restfb.types.ads.TargetingProductAudienceSpec
-
Packages that use TargetingProductAudienceSpec Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of TargetingProductAudienceSpec in com.restfb.types.ads
Methods in com.restfb.types.ads that return types with arguments of type TargetingProductAudienceSpec Modifier and Type Method Description List<TargetingProductAudienceSpec>
Targeting. getExcludedProductAudienceSpecs()
List<TargetingProductAudienceSpec>
Targeting. getProductAudienceSpecs()
Method parameters in com.restfb.types.ads with type arguments of type TargetingProductAudienceSpec Modifier and Type Method Description void
Targeting. setExcludedProductAudienceSpecs(List<TargetingProductAudienceSpec> excludedProductAudienceSpecs)
void
Targeting. setProductAudienceSpecs(List<TargetingProductAudienceSpec> productAudienceSpecs)
-