| Constructor and Description |
|---|
SyncMapReader(String pathServiceSid)
Construct a new SyncMapReader.
|
| Modifier and Type | Method and Description |
|---|---|
Page<SyncMap> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<SyncMap> |
getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<SyncMap> |
nextPage(Page<SyncMap> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<SyncMap> |
previousPage(Page<SyncMap> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<SyncMap> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
public SyncMapReader(String pathServiceSid)
pathServiceSid - The service_sidpublic ResourceSet<SyncMap> read(TwilioRestClient client)
public Page<SyncMap> firstPage(TwilioRestClient client)
public Page<SyncMap> getPage(String targetUrl, TwilioRestClient client)
public Page<SyncMap> nextPage(Page<SyncMap> page, TwilioRestClient client)
public Page<SyncMap> previousPage(Page<SyncMap> page, TwilioRestClient client)
previousPage in class Reader<SyncMap>page - current pageclient - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.