public class SyncListItemFetcher extends Fetcher<SyncListItem>
| Constructor and Description |
|---|
SyncListItemFetcher(String pathServiceSid,
String pathListSid,
Integer pathIndex)
Construct a new SyncListItemFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
SyncListItem |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic SyncListItem fetch(TwilioRestClient client)
fetch in class Fetcher<SyncListItem>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.