public static enum SelectorFields.ManagedCustomer extends Enum<SelectorFields.ManagedCustomer> implements SelectorFields.FieldType<com.google.api.ads.adwords.axis.v201409.mcm.ManagedCustomer>
ManagedCustomer
.Enum Constant and Description |
---|
CAN_MANAGE_CLIENTS |
COMPANY_NAME |
CURRENCY_CODE |
CUSTOMER_ID |
NAME |
TEST_ACCOUNT |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableList<SelectorFields.ManagedCustomer> |
all() |
static String[] |
allFields() |
String |
getField() |
boolean |
getFilterable() |
static SelectorFields.ManagedCustomer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectorFields.ManagedCustomer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectorFields.ManagedCustomer CAN_MANAGE_CLIENTS
public static final SelectorFields.ManagedCustomer COMPANY_NAME
public static final SelectorFields.ManagedCustomer CURRENCY_CODE
public static final SelectorFields.ManagedCustomer CUSTOMER_ID
public static final SelectorFields.ManagedCustomer NAME
public static final SelectorFields.ManagedCustomer TEST_ACCOUNT
public static SelectorFields.ManagedCustomer[] values()
for (SelectorFields.ManagedCustomer c : SelectorFields.ManagedCustomer.values()) System.out.println(c);
public static SelectorFields.ManagedCustomer 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 String getField()
getField
in interface SelectorFields.FieldType<com.google.api.ads.adwords.axis.v201409.mcm.ManagedCustomer>
public boolean getFilterable()
getFilterable
in interface SelectorFields.FieldType<com.google.api.ads.adwords.axis.v201409.mcm.ManagedCustomer>
public static com.google.common.collect.ImmutableList<SelectorFields.ManagedCustomer> all()
public static String[] allFields()
Copyright © 2015. All Rights Reserved.