Class SyncListItemUpdater
- java.lang.Object
-
- com.twilio.base.Updater<SyncListItem>
-
- com.twilio.rest.preview.sync.service.synclist.SyncListItemUpdater
-
public class SyncListItemUpdater extends Updater<SyncListItem>
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 SyncListItem
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
-
-
-
-
Method Detail
-
update
public SyncListItem update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.- Specified by:
update
in classUpdater<SyncListItem>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Updated SyncListItem
-
-