| Package | Description |
|---|---|
| com.twilio.rest.fax.v1.fax |
| Modifier and Type | Method and Description |
|---|---|
FaxMedia |
FaxMediaFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static FaxMedia |
FaxMedia.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a FaxMedia object using the provided
ObjectMapper.
|
static FaxMedia |
FaxMedia.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a FaxMedia object using the provided
ObjectMapper.
|
| Modifier and Type | Method and Description |
|---|---|
Page<FaxMedia> |
FaxMediaReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<FaxMedia> |
FaxMediaReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<FaxMedia> |
FaxMediaReader.nextPage(Page<FaxMedia> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<FaxMedia> |
FaxMediaReader.previousPage(Page<FaxMedia> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<FaxMedia> |
FaxMediaReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<FaxMedia> |
FaxMediaReader.nextPage(Page<FaxMedia> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<FaxMedia> |
FaxMediaReader.previousPage(Page<FaxMedia> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.