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