Uses of Class
com.restfb.types.ads.AdLabel
-
Packages that use AdLabel Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of AdLabel in com.restfb.types.ads
Methods in com.restfb.types.ads that return types with arguments of type AdLabel Modifier and Type Method Description List<AdLabel>
Ad. getAdlabels()
List<AdLabel>
AdCreative. getAdlabels()
List<AdLabel>
AdSet. getAdlabels()
List<AdLabel>
Campaign. getAdlabels()
Methods in com.restfb.types.ads with parameters of type AdLabel Modifier and Type Method Description boolean
Ad. addAdlabel(AdLabel adLabel)
boolean
AdSet. addAdLabel(AdLabel adLabel)
boolean
Ad. removeAdlabel(AdLabel adLabel)
boolean
AdSet. removeAdLabel(AdLabel adLabel)
Method parameters in com.restfb.types.ads with type arguments of type AdLabel Modifier and Type Method Description void
AdCreative. setAdlabels(List<AdLabel> adlabels)
Ad Labels that are associated with this creativevoid
Campaign. setAdlabels(List<AdLabel> adlabels)
Ad Labels associated with this campaign
-