Uses of Class
com.restfb.types.ads.Campaign
-
Packages that use Campaign Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of Campaign in com.restfb.types.ads
Methods in com.restfb.types.ads that return Campaign Modifier and Type Method Description Campaign
AdSet. getAdcampaignGroup()
Campaign
Ad. getCampaign()
Campaign
AdSet. getCampaign()
Campaign
Campaign. getSourceCampaign()
The source campaign that this campaign is copied fromMethods in com.restfb.types.ads with parameters of type Campaign Modifier and Type Method Description void
AdSet. setAdcampaignGroup(Campaign adcampaignGroup)
void
Ad. setCampaign(Campaign campaign)
void
AdSet. setCampaign(Campaign campaign)
void
Campaign. setSourceCampaign(Campaign sourceCampaign)
The source campaign that this campaign is copied from
-