Package | Description |
---|---|
com.twilio.sdk.resource.api.v2010.account | |
com.twilio.sdk.updater.api.v2010.account |
Modifier and Type | Method and Description |
---|---|
static ConnectApp.Permission |
ConnectApp.Permission.forValue(String value) |
static ConnectApp.Permission |
ConnectApp.Permission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectApp.Permission[] |
ConnectApp.Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ConnectApp.Permission> |
ConnectApp.getPermissions()
Returns The The set of permissions that your ConnectApp requests..
|
Modifier and Type | Method and Description |
---|---|
ConnectAppUpdater |
ConnectAppUpdater.setPermissions(ConnectApp.Permission permissions)
The set of permissions that your ConnectApp requests..
|
Modifier and Type | Method and Description |
---|---|
ConnectAppUpdater |
ConnectAppUpdater.setPermissions(List<ConnectApp.Permission> permissions)
The set of permissions that your ConnectApp requests..
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.