Package com.twilio.twiml.fax
Class Receive
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.fax.Receive
-
public class Receive extends TwiML
TwiML wrapper for<Receive>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Receive.Builder
Create a new<Receive>
elementstatic class
Receive.MediaType
static class
Receive.PageSize
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getAction()
Receive action URLReceive.MediaType
getMediaType()
The media type used to store media in the fax media storeHttpMethod
getMethod()
Receive action URL methodReceive.PageSize
getPageSize()
What size to interpret received pages asBoolean
isStoreMedia()
Whether or not to store received media in the fax media store-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getAction
public URI getAction()
Receive action URL- Returns:
- Receive action URL
-
getMethod
public HttpMethod getMethod()
Receive action URL method- Returns:
- Receive action URL method
-
getMediaType
public Receive.MediaType getMediaType()
The media type used to store media in the fax media store- Returns:
- The media type used to store media in the fax media store
-
getPageSize
public Receive.PageSize getPageSize()
What size to interpret received pages as- Returns:
- What size to interpret received pages as
-
isStoreMedia
public Boolean isStoreMedia()
Whether or not to store received media in the fax media store- Returns:
- Whether or not to store received media in the fax media store
-
-