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 TypeMethodDescriptionbooleanAd.addRecommendation(AdRecommendation adRecommendation) booleanAd.removeRecommendation(AdRecommendation adRecommendation) Method parameters in com.restfb.types.ads with type arguments of type AdRecommendationModifier and TypeMethodDescriptionvoidAdSet.setRecommendations(List<AdRecommendation> recommendations) voidCampaign.setRecommendations(List<AdRecommendation> recommendations) If there are recommendations for this campaign, this field includes them.