public static enum AsyncRequest.EnumType extends Enum<AsyncRequest.EnumType>
| Enum Constant and Description |
|---|
VALUE_ASYNC_ADGROUP_CREATION |
VALUE_BATCH_API |
VALUE_DRAFTS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AsyncRequest.EnumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncRequest.EnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsyncRequest.EnumType VALUE_ASYNC_ADGROUP_CREATION
public static final AsyncRequest.EnumType VALUE_BATCH_API
public static final AsyncRequest.EnumType VALUE_DRAFTS
public static AsyncRequest.EnumType[] values()
for (AsyncRequest.EnumType c : AsyncRequest.EnumType.values()) System.out.println(c);
public static AsyncRequest.EnumType 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 toString()
toString in class Enum<AsyncRequest.EnumType>Copyright © 2020. All rights reserved.