Class SyncListItemFetcher


  • public class SyncListItemFetcher
    extends Fetcher<SyncListItem>
    PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
    • Constructor Detail

      • SyncListItemFetcher

        public SyncListItemFetcher​(String pathServiceSid,
                                   String pathListSid,
                                   Integer pathIndex)
        Construct a new SyncListItemFetcher.
        Parameters:
        pathServiceSid - The service_sid
        pathListSid - The list_sid
        pathIndex - The index
    • Method Detail

      • fetch

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