Class SyncListItemFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<SyncListItem>
-
- com.twilio.rest.sync.v1.service.synclist.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 Summary
Constructors Constructor Description SyncListItemFetcher(String pathServiceSid, String pathListSid, Integer pathIndex)
Construct a new SyncListItemFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncListItem
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public SyncListItem fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.- Specified by:
fetch
in classFetcher<SyncListItem>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Fetched SyncListItem
-
-