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

Packages that use AccountType
com.yahoo.marketing.apt   
 

Uses of AccountType in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as AccountType
private  AccountType[] Account.accountTypes
           
static AccountType AccountType.Advertiser
           
static AccountType AccountType.Agency
           
static AccountType AccountType.DataProvider
           
static AccountType AccountType.Publisher
           
 

Methods in com.yahoo.marketing.apt that return AccountType
static AccountType AccountType.fromString(java.lang.String value)
           
static AccountType AccountType.fromValue(java.lang.String value)
           
 AccountType[] Account.getAccountTypes()
          Gets the accountTypes value for this Account.
 

Methods in com.yahoo.marketing.apt with parameters of type AccountType
 void Account.setAccountTypes(AccountType[] accountTypes)
          Sets the accountTypes value for this Account.
 

Constructors in com.yahoo.marketing.apt with parameters of type AccountType
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)