| Constructor and Description |
|---|
MemberUpdater(String pathServiceSid,
String pathChannelSid,
String pathSid)
Construct a new MemberUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
MemberUpdater |
setLastConsumedMessageIndex(Integer lastConsumedMessageIndex)
The last_consumed_message_index.
|
MemberUpdater |
setRoleSid(String roleSid)
The role_sid.
|
Member |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic MemberUpdater setRoleSid(String roleSid)
roleSid - The role_sidpublic MemberUpdater setLastConsumedMessageIndex(Integer lastConsumedMessageIndex)
lastConsumedMessageIndex - The last_consumed_message_indexpublic Member update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.