Uses of Class
com.restfb.types.ads.TargetingGeoLocation
-
Packages that use TargetingGeoLocation Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of TargetingGeoLocation in com.restfb.types.ads
Methods in com.restfb.types.ads that return TargetingGeoLocation Modifier and Type Method Description TargetingGeoLocation
Targeting. getExcludedGeoLocations()
TargetingGeoLocation
Targeting. getGeoLocations()
Methods in com.restfb.types.ads with parameters of type TargetingGeoLocation Modifier and Type Method Description void
Targeting. setExcludedGeoLocations(TargetingGeoLocation excludedGeoLocations)
void
Targeting. setGeoLocations(TargetingGeoLocation geoLocations)
-