Uses of Class
com.restfb.types.ads.AdCampaignIssuesInfo
-
Packages that use AdCampaignIssuesInfo Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of AdCampaignIssuesInfo in com.restfb.types.ads
Methods in com.restfb.types.ads that return types with arguments of type AdCampaignIssuesInfo Modifier and Type Method Description List<AdCampaignIssuesInfo>
AdSet. getIssuesInfo()
List<AdCampaignIssuesInfo>
Campaign. getIssuesInfo()
Method parameters in com.restfb.types.ads with type arguments of type AdCampaignIssuesInfo Modifier and Type Method Description void
AdSet. setIssuesInfo(List<AdCampaignIssuesInfo> issuesInfo)
void
Campaign. setIssuesInfo(List<AdCampaignIssuesInfo> issuesInfo)
Issues for this campaign that prevented it from deliverying.
-