| Constructor and Description |
|---|
UserUpdater(String pathServiceSid,
String pathSid)
Construct a new UserUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
UserUpdater |
setAttributes(String attributes)
The attributes.
|
UserUpdater |
setFriendlyName(String friendlyName)
The friendly_name.
|
UserUpdater |
setRoleSid(String roleSid)
The role_sid.
|
User |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic UserUpdater setRoleSid(String roleSid)
roleSid - The role_sidpublic UserUpdater setAttributes(String attributes)
attributes - The attributespublic UserUpdater setFriendlyName(String friendlyName)
friendlyName - The friendly_namepublic User update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.