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

Packages that use CustomGeoArea
com.yahoo.marketing.apt   
 

Uses of CustomGeoArea in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as CustomGeoArea
private  CustomGeoArea CustomGeoAreaResponse.customGeoArea
           
 

Methods in com.yahoo.marketing.apt that return CustomGeoArea
 CustomGeoArea CustomGeoAreaResponse.getCustomGeoArea()
          Gets the customGeoArea value for this CustomGeoAreaResponse.
 CustomGeoArea CustomGeoAreaServiceHttpBindingStub.getCustomGeoArea(long customGeoAreaID)
           
 CustomGeoArea CustomGeoAreaService.getCustomGeoArea(long customGeoAreaID)
           
 CustomGeoArea[] CustomGeoAreaServiceHttpBindingStub.getCustomGeoAreas(long[] customGeoAreaIDs)
           
 CustomGeoArea[] CustomGeoAreaService.getCustomGeoAreas(long[] customGeoAreaIDs)
           
 CustomGeoArea[] CustomGeoAreaServiceHttpBindingStub.getCustomGeoAreasByAccountID()
           
 CustomGeoArea[] CustomGeoAreaService.getCustomGeoAreasByAccountID()
           
 

Methods in com.yahoo.marketing.apt with parameters of type CustomGeoArea
 CustomGeoAreaResponse CustomGeoAreaServiceHttpBindingStub.addCustomGeoArea(CustomGeoArea customGeoArea)
           
 CustomGeoAreaResponse CustomGeoAreaService.addCustomGeoArea(CustomGeoArea customGeoArea)
           
 CustomGeoAreaResponse[] CustomGeoAreaServiceHttpBindingStub.addCustomGeoAreas(CustomGeoArea[] customGeoAreas)
           
 CustomGeoAreaResponse[] CustomGeoAreaService.addCustomGeoAreas(CustomGeoArea[] customGeoAreas)
           
 void CustomGeoAreaResponse.setCustomGeoArea(CustomGeoArea customGeoArea)
          Sets the customGeoArea value for this CustomGeoAreaResponse.
 CustomGeoAreaResponse CustomGeoAreaServiceHttpBindingStub.updateCustomGeoArea(CustomGeoArea customGeoArea)
           
 CustomGeoAreaResponse CustomGeoAreaService.updateCustomGeoArea(CustomGeoArea customGeoArea)
           
 CustomGeoAreaResponse[] CustomGeoAreaServiceHttpBindingStub.updateCustomGeoAreas(CustomGeoArea[] customGeoAreas)
           
 CustomGeoAreaResponse[] CustomGeoAreaService.updateCustomGeoAreas(CustomGeoArea[] customGeoAreas)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type CustomGeoArea
CustomGeoAreaResponse(CustomGeoArea customGeoArea, Error[] errors, java.lang.Boolean operationSucceeded)