Package | Description |
---|---|
com.twilio.sdk.creator.ipmessaging.v1.service | |
com.twilio.sdk.resource.ipmessaging.v1.service |
Constructor and Description |
---|
RoleCreator(String serviceSid,
String friendlyName,
Role.RoleType type,
List<String> permission)
Construct a new RoleCreator.
|
Modifier and Type | Method and Description |
---|---|
static Role.RoleType |
Role.RoleType.forValue(String value) |
Role.RoleType |
Role.getType()
Returns The The type.
|
static Role.RoleType |
Role.RoleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role.RoleType[] |
Role.RoleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static RoleCreator |
Role.create(String serviceSid,
String friendlyName,
Role.RoleType type,
List<String> permission)
Create a RoleCreator to execute create.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.