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.
|
@SerializedName(value="DELETE_ANY") public static final AdAccount.EnumDeleteStrategy VALUE_DELETE_ANY
@SerializedName(value="DELETE_ARCHIVED_BEFORE") public static final AdAccount.EnumDeleteStrategy VALUE_DELETE_ARCHIVED_BEFORE
@SerializedName(value="DELETE_OLDEST") 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 © 2024. All rights reserved.