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