public static enum NewFactor.NotificationPlatforms extends Enum<NewFactor.NotificationPlatforms>
Modifier and Type | Method and Description |
---|---|
static NewFactor.NotificationPlatforms |
forValue(String value)
Generate a NotificationPlatforms from a string.
|
String |
toString() |
static NewFactor.NotificationPlatforms |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NewFactor.NotificationPlatforms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NewFactor.NotificationPlatforms APN
public static final NewFactor.NotificationPlatforms FCM
public static final NewFactor.NotificationPlatforms NONE
public static NewFactor.NotificationPlatforms[] values()
for (NewFactor.NotificationPlatforms c : NewFactor.NotificationPlatforms.values()) System.out.println(c);
public static NewFactor.NotificationPlatforms 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<NewFactor.NotificationPlatforms>
public static NewFactor.NotificationPlatforms forValue(String value)
value
- string valueCopyright © 2019 Twilio, Inc. All Rights Reserved.