Class 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].
    • Constructor Detail

      • SyncListItemUpdater

        public SyncListItemUpdater​(String pathServiceSid,
                                   String pathListSid,
                                   Integer pathIndex,
                                   Map<String,​Object> data)
        Construct a new SyncListItemUpdater.
        Parameters:
        pathServiceSid - The service_sid
        pathListSid - The list_sid
        pathIndex - The index
        data - The data
    • Method Detail

      • update

        public SyncListItem update​(TwilioRestClient client)
        Make the request to the Twilio API to perform the update.
        Specified by:
        update in class Updater<SyncListItem>
        Parameters:
        client - TwilioRestClient with which to make the request
        Returns:
        Updated SyncListItem