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