Uses of Class
com.restfb.types.ads.AdsActionStats
-
Packages that use AdsActionStats Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of AdsActionStats in com.restfb.types.ads
Methods in com.restfb.types.ads that return types with arguments of type AdsActionStats Modifier and Type Method Description List<AdsActionStats>
AdKeywordStats. getActions()
List<AdsActionStats>
AdKeywordStats. getUniqueActions()
Methods in com.restfb.types.ads with parameters of type AdsActionStats Modifier and Type Method Description boolean
AdKeywordStats. addAction(AdsActionStats action)
boolean
AdKeywordStats. addUniqueAction(AdsActionStats uniqueAction)
boolean
AdKeywordStats. removeAction(AdsActionStats action)
boolean
AdKeywordStats. removeUniqueAction(AdsActionStats uniqueAction)
-