Package | Description |
---|---|
com.twilio.rest.chat.v2.service |
Modifier and Type | Method and Description |
---|---|
UserUpdater |
UserUpdater.setAttributes(String attributes)
An optional string used to contain any metadata or other information for the
User.
|
UserUpdater |
UserUpdater.setFriendlyName(String friendlyName)
An optional human readable string representing the user.
|
UserUpdater |
UserUpdater.setRoleSid(String roleSid)
The unique id of the [Role][role] assigned to this user..
|
static UserUpdater |
User.updater(String pathServiceSid,
String pathSid)
Create a UserUpdater to execute update.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.