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