public static enum PushChannelPreferences.Frequency extends Enum<PushChannelPreferences.Frequency>
| Modifier and Type | Method and Description |
|---|---|
static PushChannelPreferences.Frequency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PushChannelPreferences.Frequency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PushChannelPreferences.Frequency INSTANT
public static final PushChannelPreferences.Frequency DAILY
public static final PushChannelPreferences.Frequency WEEKLY
public static final PushChannelPreferences.Frequency MONTHLY
public static PushChannelPreferences.Frequency[] values()
for (PushChannelPreferences.Frequency c : PushChannelPreferences.Frequency.values()) System.out.println(c);
public static PushChannelPreferences.Frequency 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 nullCopyright © 2013 Molindo GmbH. All Rights Reserved.