Package com.twilio.rest.chat.v2.service
Class UserUpdater
- java.lang.Object
-
- com.twilio.base.Updater<User>
-
- com.twilio.rest.chat.v2.service.UserUpdater
-
-
Constructor Summary
Constructors Constructor Description UserUpdater(String pathServiceSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserUpdater
setAttributes(String attributes)
UserUpdater
setFriendlyName(String friendlyName)
UserUpdater
setRoleSid(String roleSid)
UserUpdater
setXTwilioWebhookEnabled(User.WebhookEnabledType xTwilioWebhookEnabled)
User
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setXTwilioWebhookEnabled
public UserUpdater setXTwilioWebhookEnabled(User.WebhookEnabledType xTwilioWebhookEnabled)
-
setRoleSid
public UserUpdater setRoleSid(String roleSid)
-
setAttributes
public UserUpdater setAttributes(String attributes)
-
setFriendlyName
public UserUpdater setFriendlyName(String friendlyName)
-
-