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