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

Packages that use Account
com.yahoo.marketing.apt   
 

Uses of Account in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as Account
private  Account AccountResponse.account
           
 

Methods in com.yahoo.marketing.apt that return Account
 Account AccountResponse.getAccount()
          Gets the account value for this AccountResponse.
 Account AccountServiceHttpBindingStub.getAccount(java.lang.String accountID)
           
 Account AccountService.getAccount(java.lang.String accountID)
           
 Account[] AccountServiceHttpBindingStub.getManagedAdvertisersByAccountID(int startElement, int numElements)
           
 Account[] AccountService.getManagedAdvertisersByAccountID(int startElement, int numElements)
           
 Account[] AccountServiceHttpBindingStub.getManagedAgenciesByAccountID(int startElement, int numElements)
           
 Account[] AccountService.getManagedAgenciesByAccountID(int startElement, int numElements)
           
 Account[] AccountServiceHttpBindingStub.getManagedPublishersByAccountID(int startElement, int numElements)
           
 Account[] AccountService.getManagedPublishersByAccountID(int startElement, int numElements)
           
 

Methods in com.yahoo.marketing.apt with parameters of type Account
 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)
           
 void AccountResponse.setAccount(Account account)
          Sets the account value for this AccountResponse.
 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)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type Account
AccountResponse(Account account, Error[] errors, java.lang.Boolean operationSucceeded)