| Package | Description |
|---|---|
| com.twilio.rest.fax.v1 |
| Modifier and Type | Method and Description |
|---|---|
static FaxCreator |
Fax.creator(String to,
URI mediaUrl)
Create a FaxCreator to execute create.
|
FaxCreator |
FaxCreator.setFrom(String from)
The phone number to use as the caller id, E.164-formatted.
|
FaxCreator |
FaxCreator.setQuality(Fax.Quality quality)
The quality setting to use for this fax.
|
FaxCreator |
FaxCreator.setSipAuthPassword(String sipAuthPassword)
The password to use for authentication when sending to a SIP address..
|
FaxCreator |
FaxCreator.setSipAuthUsername(String sipAuthUsername)
The username to use for authentication when sending to a SIP address..
|
FaxCreator |
FaxCreator.setStatusCallback(String statusCallback)
The URL that Twilio will request when the status of the fax changes..
|
FaxCreator |
FaxCreator.setStatusCallback(URI statusCallback)
The URL that Twilio will request when the status of the fax changes..
|
FaxCreator |
FaxCreator.setStoreMedia(Boolean storeMedia)
Whether or not to store a copy of the sent media on Twilio's servers for
later retrieval (defaults to `true`).
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.