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

Packages that use AccountResponse
com.yahoo.marketing.apt   
 

Uses of AccountResponse in com.yahoo.marketing.apt
 

Methods in com.yahoo.marketing.apt that return AccountResponse
 AccountResponse AccountServiceHttpBindingStub.addManagedAdvertiser(Account account)
           
 AccountResponse AccountService.addManagedAdvertiser(Account account)
           
 AccountResponse[] AccountServiceHttpBindingStub.addManagedAdvertisers(Account[] accounts)
           
 AccountResponse[] AccountService.addManagedAdvertisers(Account[] accounts)
           
 AccountResponse[] AccountServiceHttpBindingStub.addManagedAgencies(Account[] accounts)
           
 AccountResponse[] AccountService.addManagedAgencies(Account[] accounts)
           
 AccountResponse AccountServiceHttpBindingStub.addManagedAgency(Account account)
           
 AccountResponse AccountService.addManagedAgency(Account account)
           
 AccountResponse AccountServiceHttpBindingStub.addManagedPublisher(Account account)
           
 AccountResponse AccountService.addManagedPublisher(Account account)
           
 AccountResponse[] AccountServiceHttpBindingStub.addManagedPublishers(Account[] accounts)
           
 AccountResponse[] AccountService.addManagedPublishers(Account[] accounts)
           
 AccountResponse AccountServiceHttpBindingStub.updateManagedAdvertiser(Account account)
           
 AccountResponse AccountService.updateManagedAdvertiser(Account account)
           
 AccountResponse[] AccountServiceHttpBindingStub.updateManagedAdvertisers(Account[] accounts)
           
 AccountResponse[] AccountService.updateManagedAdvertisers(Account[] accounts)
           
 AccountResponse[] AccountServiceHttpBindingStub.updateManagedAgencies(Account[] accounts)
           
 AccountResponse[] AccountService.updateManagedAgencies(Account[] accounts)
           
 AccountResponse AccountServiceHttpBindingStub.updateManagedAgency(Account account)
           
 AccountResponse AccountService.updateManagedAgency(Account account)
           
 AccountResponse AccountServiceHttpBindingStub.updateManagedPublisher(Account account)
           
 AccountResponse AccountService.updateManagedPublisher(Account account)
           
 AccountResponse[] AccountServiceHttpBindingStub.updateManagedPublishers(Account[] accounts)
           
 AccountResponse[] AccountService.updateManagedPublishers(Account[] accounts)
           
 AccountResponse AccountServiceHttpBindingStub.updateStatusForManagedAdvertiser(java.lang.String accountID, AccountStatus accountStatus)
           
 AccountResponse AccountService.updateStatusForManagedAdvertiser(java.lang.String accountID, AccountStatus accountStatus)
           
 AccountResponse AccountServiceHttpBindingStub.updateStatusForManagedAgency(java.lang.String accountID, AccountStatus accountStatus)
           
 AccountResponse AccountService.updateStatusForManagedAgency(java.lang.String accountID, AccountStatus accountStatus)
           
 AccountResponse AccountServiceHttpBindingStub.updateStatusForManagedPublisher(java.lang.String accountID, AccountStatus accountStatus)
           
 AccountResponse AccountService.updateStatusForManagedPublisher(java.lang.String accountID, AccountStatus accountStatus)