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

Packages that use CustomGeoAreaResponse
com.yahoo.marketing.apt   
 

Uses of CustomGeoAreaResponse in com.yahoo.marketing.apt
 

Methods in com.yahoo.marketing.apt that return CustomGeoAreaResponse
 CustomGeoAreaResponse CustomGeoAreaServiceHttpBindingStub.addCustomGeoArea(CustomGeoArea customGeoArea)
           
 CustomGeoAreaResponse CustomGeoAreaService.addCustomGeoArea(CustomGeoArea customGeoArea)
           
 CustomGeoAreaResponse[] CustomGeoAreaServiceHttpBindingStub.addCustomGeoAreas(CustomGeoArea[] customGeoAreas)
           
 CustomGeoAreaResponse[] CustomGeoAreaService.addCustomGeoAreas(CustomGeoArea[] customGeoAreas)
           
 CustomGeoAreaResponse CustomGeoAreaServiceHttpBindingStub.copyCustomGeoArea(long customGeoAreaID, java.lang.String newName)
           
 CustomGeoAreaResponse CustomGeoAreaService.copyCustomGeoArea(long customGeoAreaID, java.lang.String newName)
           
 CustomGeoAreaResponse CustomGeoAreaServiceHttpBindingStub.updateCustomGeoArea(CustomGeoArea customGeoArea)
           
 CustomGeoAreaResponse CustomGeoAreaService.updateCustomGeoArea(CustomGeoArea customGeoArea)
           
 CustomGeoAreaResponse[] CustomGeoAreaServiceHttpBindingStub.updateCustomGeoAreas(CustomGeoArea[] customGeoAreas)
           
 CustomGeoAreaResponse[] CustomGeoAreaService.updateCustomGeoAreas(CustomGeoArea[] customGeoAreas)