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