Class SyncMapPermissionUpdater
- java.lang.Object
-
- com.twilio.base.Updater<SyncMapPermission>
-
- com.twilio.rest.preview.sync.service.syncmap.SyncMapPermissionUpdater
-
public class SyncMapPermissionUpdater extends Updater<SyncMapPermission>
PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncMapPermission
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
SyncMapPermissionUpdater
public SyncMapPermissionUpdater(String pathServiceSid, String pathMapSid, String pathIdentity, Boolean read, Boolean write, Boolean manage)
Construct a new SyncMapPermissionUpdater.- Parameters:
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.
-
-
Method Detail
-
update
public SyncMapPermission update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.- Specified by:
update
in classUpdater<SyncMapPermission>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Updated SyncMapPermission
-
-