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