Uses of Class
com.yahoo.marketing.apt.Region

Packages that use Region
com.yahoo.marketing.apt   
 

Uses of Region in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as Region
private  Region RegionProbability.region
           
 

Methods in com.yahoo.marketing.apt that return Region
 Region[] GeographicalTargetingServiceHttpBindingStub.getAncestorRegions(long regionWOEID)
           
 Region[] GeographicalTargetingService.getAncestorRegions(long regionWOEID)
           
 Region[] GeographicalTargetingServiceHttpBindingStub.getCountries()
           
 Region[] GeographicalTargetingService.getCountries()
           
 Region RegionProbability.getRegion()
          Gets the region value for this RegionProbability.
 Region GeographicalTargetingServiceHttpBindingStub.getRegion(long WOEID)
           
 Region GeographicalTargetingService.getRegion(long WOEID)
           
 Region[] GeographicalTargetingServiceHttpBindingStub.getRegions(long[] WOEIDs)
           
 Region[] GeographicalTargetingService.getRegions(long[] WOEIDs)
           
 Region[] GeographicalTargetingServiceHttpBindingStub.getRegionsByLevelWithinRadius(long radius, DistanceUnits distanceUnits, long regionWOEID, long level, int startElement, int numElements)
           
 Region[] GeographicalTargetingService.getRegionsByLevelWithinRadius(long radius, DistanceUnits distanceUnits, long regionWOEID, long level, int startElement, int numElements)
           
 Region[] GeographicalTargetingServiceHttpBindingStub.getRegionsByParentByLevel(long[] parentWOEIDs, long level, int startElement, int numElements)
           
 Region[] GeographicalTargetingService.getRegionsByParentByLevel(long[] parentWOEIDs, long level, int startElement, int numElements)
           
 

Methods in com.yahoo.marketing.apt with parameters of type Region
 void RegionProbability.setRegion(Region region)
          Sets the region value for this RegionProbability.
 

Constructors in com.yahoo.marketing.apt with parameters of type Region
RegionProbability(java.lang.String extendedName, java.lang.Double probability, Region region, java.lang.Long regionParentWOEID)