Uses of Class
com.twilio.rest.api.v2010.account.AuthorizedConnectApp.Permission
-
Packages that use AuthorizedConnectApp.Permission Package Description com.twilio.rest.api.v2010.account -
-
Uses of AuthorizedConnectApp.Permission in com.twilio.rest.api.v2010.account
Methods in com.twilio.rest.api.v2010.account that return AuthorizedConnectApp.Permission Modifier and Type Method Description static AuthorizedConnectApp.Permission
AuthorizedConnectApp.Permission. forValue(String value)
static AuthorizedConnectApp.Permission
AuthorizedConnectApp.Permission. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthorizedConnectApp.Permission[]
AuthorizedConnectApp.Permission. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.api.v2010.account that return types with arguments of type AuthorizedConnectApp.Permission Modifier and Type Method Description List<AuthorizedConnectApp.Permission>
AuthorizedConnectApp. getPermissions()
-