public enum ManagedCustomerField extends Enum<ManagedCustomerField> implements EntityField
Enum
to facilitate the selection of fields for ManagedCustomer
.Enum Constant and Description |
---|
CanManageClients
Whether this account can manage clients.
|
CompanyName
The company name of the account, if any.
|
CurrencyCode
The currency in which this account operates.
|
CustomerId
The 10-digit ID that uniquely identifies the AdWords account.
|
DateTimeZone
The local timezone ID for this customer.
|
Login
The email address of the account's first login user, if any.
|
Name
The name used by the manager to refer to the client.
|
TestAccount
Whether this managed customer's account is a test account.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static ManagedCustomerField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedCustomerField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final ManagedCustomerField CanManageClients
public static final ManagedCustomerField CompanyName
public static final ManagedCustomerField CurrencyCode
public static final ManagedCustomerField CustomerId
public static final ManagedCustomerField DateTimeZone
public static final ManagedCustomerField Login
public static final ManagedCustomerField Name
public static final ManagedCustomerField TestAccount
public static ManagedCustomerField[] values()
for (ManagedCustomerField c : ManagedCustomerField.values()) System.out.println(c);
public static ManagedCustomerField valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isFilterable()
EntityField
isFilterable
in interface EntityField
Copyright © 2015. All Rights Reserved.