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