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

Packages that use AccountStatus
com.yahoo.marketing.apt   
 

Uses of AccountStatus in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as AccountStatus
static AccountStatus AccountStatus.Active
           
static AccountStatus AccountStatus.Inactive
           
private  AccountStatus Account.status
           
 

Methods in com.yahoo.marketing.apt that return AccountStatus
static AccountStatus AccountStatus.fromString(java.lang.String value)
           
static AccountStatus AccountStatus.fromValue(java.lang.String value)
           
 AccountStatus AccountServiceHttpBindingStub.getAccountStatus(java.lang.String accountID)
           
 AccountStatus AccountService.getAccountStatus(java.lang.String accountID)
           
 AccountStatus Account.getStatus()
          Gets the status value for this Account.
 

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

Constructors in com.yahoo.marketing.apt with parameters of type AccountStatus
Account(java.lang.String ID, AccountType[] accountTypes, Address address, java.lang.String agencyName, java.lang.String category, java.lang.Long companyID, java.lang.String companyName, java.lang.String companyNameFurigana, Currency defaultCurrency, java.lang.String externalAccountID, Language language, java.lang.String location, java.lang.Boolean managedAccount, java.lang.Boolean managedAgencyBillingEnabled, java.lang.String managingAccountID, AccountStatus status, TimeZone timezone, java.lang.Boolean yahooOwnedAndOperatedFlag)