public class SyncListPermissionUpdater extends Updater<SyncListPermission>
| Constructor and Description |
|---|
SyncListPermissionUpdater(String pathServiceSid,
String pathListSid,
String pathIdentity,
Boolean read,
Boolean write,
Boolean manage)
Construct a new SyncListPermissionUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
SyncListPermission |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic SyncListPermissionUpdater(String pathServiceSid, String pathListSid, String pathIdentity, Boolean read, Boolean write, Boolean manage)
pathServiceSid - Sync Service Instance SID or unique name.pathListSid - Sync List SID or unique name.pathIdentity - Identity of the user to whom the Sync List Permission
applies.read - Read access.write - Write access.manage - Manage access.public SyncListPermission update(TwilioRestClient client)
update in class Updater<SyncListPermission>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.