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