Uses of Class
com.restfb.types.ads.AdRecommendation
Packages that use AdRecommendation
-
Uses of AdRecommendation in com.restfb.types.ads
Methods in com.restfb.types.ads that return types with arguments of type AdRecommendationModifier and TypeMethodDescriptionAd.getRecommendations()
AdSet.getRecommendations()
Campaign.getRecommendations()
Methods in com.restfb.types.ads with parameters of type AdRecommendationModifier and TypeMethodDescriptionboolean
Ad.addRecommendation
(AdRecommendation adRecommendation) boolean
Ad.removeRecommendation
(AdRecommendation adRecommendation) Method parameters in com.restfb.types.ads with type arguments of type AdRecommendationModifier and TypeMethodDescriptionvoid
AdSet.setRecommendations
(List<AdRecommendation> recommendations) void
Campaign.setRecommendations
(List<AdRecommendation> recommendations) If there are recommendations for this campaign, this field includes them.