Uses of Class
com.restfb.types.ads.AdRecommendation
-
Packages that use AdRecommendation Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of AdRecommendation in com.restfb.types.ads
Methods in com.restfb.types.ads that return types with arguments of type AdRecommendation Modifier and Type Method Description List<AdRecommendation>
Ad. getRecommendations()
List<AdRecommendation>
AdSet. getRecommendations()
List<AdRecommendation>
Campaign. getRecommendations()
Methods in com.restfb.types.ads with parameters of type AdRecommendation Modifier and Type Method Description boolean
Ad. addRecommendation(AdRecommendation adRecommendation)
boolean
Ad. removeRecommendation(AdRecommendation adRecommendation)
Method parameters in com.restfb.types.ads with type arguments of type AdRecommendation Modifier and Type Method Description void
AdSet. setRecommendations(List<AdRecommendation> recommendations)
void
Campaign. setRecommendations(List<AdRecommendation> recommendations)
If there are recommendations for this campaign, this field includes them.
-