Uses of Class
com.google.api.ads.dfp.axis.v201203.Location

Packages that use Location
com.google.api.ads.dfp.axis.v201203   
 

Uses of Location in com.google.api.ads.dfp.axis.v201203
 

Subclasses of Location in com.google.api.ads.dfp.axis.v201203
 class CityLocation
          Represents a city for geographical targeting.
 class CountryLocation
          Represents a country for geographical targeting.
 class MetroLocation
          Represents a metropolitan area for geographical targeting.
 class PostalCodeLocation
          Represents a postal code for geographical targeting.
 class RegionLocation
          Represents a principal subdivision (eg.
 

Methods in com.google.api.ads.dfp.axis.v201203 that return Location
 Location[] GeoTargeting.getExcludedLocations()
          Gets the excludedLocations value for this GeoTargeting.
 Location GeoTargeting.getExcludedLocations(int i)
           
 Location[] GeoTargeting.getTargetedLocations()
          Gets the targetedLocations value for this GeoTargeting.
 Location GeoTargeting.getTargetedLocations(int i)
           
 

Methods in com.google.api.ads.dfp.axis.v201203 with parameters of type Location
 void GeoTargeting.setExcludedLocations(int i, Location _value)
           
 void GeoTargeting.setExcludedLocations(Location[] excludedLocations)
          Sets the excludedLocations value for this GeoTargeting.
 void GeoTargeting.setTargetedLocations(int i, Location _value)
           
 void GeoTargeting.setTargetedLocations(Location[] targetedLocations)
          Sets the targetedLocations value for this GeoTargeting.
 

Constructors in com.google.api.ads.dfp.axis.v201203 with parameters of type Location
GeoTargeting(Location[] targetedLocations, Location[] excludedLocations)
           
GeoTargeting(Location[] targetedLocations, Location[] excludedLocations)
           
 



Copyright © 2012. All Rights Reserved.