Uses of Class
com.restfb.types.ads.AdCreative
-
Packages that use AdCreative Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of AdCreative in com.restfb.types.ads
Methods in com.restfb.types.ads that return AdCreative Modifier and Type Method Description AdCreative
Ad. getCreative()
Methods in com.restfb.types.ads that return types with arguments of type AdCreative Modifier and Type Method Description List<AdCreative>
AdImage. getCreatives()
A list of ad creative IDs that this ad image is being used in.Methods in com.restfb.types.ads with parameters of type AdCreative Modifier and Type Method Description boolean
AdImage. addCreative(AdCreative creative)
boolean
AdImage. removeCreative(AdCreative creative)
void
Ad. setCreative(AdCreative creative)
-