| Package | Description |
|---|---|
| com.twilio.rest.fax.v1 |
| Modifier and Type | Method and Description |
|---|---|
static FaxReader |
Fax.reader()
Create a FaxReader to execute read.
|
FaxReader |
FaxReader.setDateCreatedAfter(org.joda.time.DateTime dateCreatedAfter)
Filters the returned list to only include faxes created after the supplied
date, given in ISO 8601 format..
|
FaxReader |
FaxReader.setDateCreatedOnOrBefore(org.joda.time.DateTime dateCreatedOnOrBefore)
Filters the returned list to only include faxes created on or before the
supplied date, given in ISO 8601 format..
|
FaxReader |
FaxReader.setFrom(String from)
Filters the returned list to only include faxes sent from the supplied
number, given in E.164 format..
|
FaxReader |
FaxReader.setTo(String to)
Filters the returned list to only include faxes sent to the supplied number,
given in E.164 format..
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.