public enum ManagedCustomerField extends Enum<ManagedCustomerField> implements EntityField
Enum
to facilitate the selection of fields for ManagedCustomer
.Enum Constant and Description |
---|
AccountLabels
The list of account labels associated with this customer.
|
CanManageClients
Whether this account can manage clients.
|
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.
|
LabelId
ID of the label.
|
LabelName
Name of the label.
|
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 AccountLabels
ManagedCustomerService#mutateLabels
.public static final ManagedCustomerField CanManageClients
public static final ManagedCustomerField CurrencyCode
public static final ManagedCustomerField CustomerId
public static final ManagedCustomerField DateTimeZone
public static final ManagedCustomerField LabelId
This field is selectable/filterable in AccountLabelService.
To select labels or filter by label ID in ManagedCustomerService#get
, use the AccountLabels
field instead.
public static final ManagedCustomerField LabelName
This field is selectable in AccountLabelService.
To select labels in ManagedCustomerService#get
, use the AccountLabels
field instead.
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 © 2018. All Rights Reserved.