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