Class UserUpdater
- java.lang.Object
-
- com.twilio.base.Updater<User>
-
- com.twilio.rest.conversations.v1.service.UserUpdater
-
-
Constructor Summary
Constructors Constructor Description UserUpdater(String pathChatServiceSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserUpdatersetAttributes(String attributes)UserUpdatersetFriendlyName(String friendlyName)UserUpdatersetRoleSid(String roleSid)UserUpdatersetXTwilioWebhookEnabled(User.WebhookEnabledType xTwilioWebhookEnabled)Userupdate(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)
-
setFriendlyName
public UserUpdater setFriendlyName(String friendlyName)
-
setAttributes
public UserUpdater setAttributes(String attributes)
-
setRoleSid
public UserUpdater setRoleSid(String roleSid)
-
-