Uses of Class
com.restfb.types.ads.CustomAudience
-
Packages that use CustomAudience Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of CustomAudience in com.restfb.types.ads
Methods in com.restfb.types.ads that return types with arguments of type CustomAudience Modifier and Type Method Description List<CustomAudience>
CustomAudience. getExcludedCustomAudiences()
List<CustomAudience>
CustomAudience. getIncludedCustomAudiences()
Method parameters in com.restfb.types.ads with type arguments of type CustomAudience Modifier and Type Method Description void
CustomAudience. setExcludedCustomAudiences(List<CustomAudience> excludedCustomAudiences)
void
CustomAudience. setIncludedCustomAudiences(List<CustomAudience> includedCustomAudiences)
-