Uses of Class
com.twilio.rest.conversations.v1.Role.RoleType
-
Packages that use Role.RoleType Package Description com.twilio.rest.conversations.v1 -
-
Uses of Role.RoleType in com.twilio.rest.conversations.v1
Methods in com.twilio.rest.conversations.v1 that return Role.RoleType Modifier and Type Method Description static Role.RoleTypeRole.RoleType. forValue(String value)Role.RoleTypeRole. getType()static Role.RoleTypeRole.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.Methods in com.twilio.rest.conversations.v1 with parameters of type Role.RoleType Modifier and Type Method Description static RoleCreatorRole. creator(String friendlyName, Role.RoleType type, List<String> permission)RoleCreatorRoleCreator. setType(Role.RoleType type)Constructors in com.twilio.rest.conversations.v1 with parameters of type Role.RoleType Constructor Description RoleCreator(String friendlyName, Role.RoleType type, List<String> permission)
-