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