Uses of Class
com.restfb.types.ads.AdRecommendation
-
Uses of AdRecommendation in com.restfb.types.ads
Modifier and TypeMethodDescriptionAd.getRecommendations()
AdSet.getRecommendations()
Campaign.getRecommendations()
Modifier and TypeMethodDescriptionboolean
Ad.addRecommendation
(AdRecommendation adRecommendation) boolean
Ad.removeRecommendation
(AdRecommendation adRecommendation) Modifier and TypeMethodDescriptionvoid
AdSet.setRecommendations
(List<AdRecommendation> recommendations) void
Campaign.setRecommendations
(List<AdRecommendation> recommendations) If there are recommendations for this campaign, this field includes them.