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