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 classReceive.BuilderCreate a new<Receive>elementstatic classReceive.MediaTypestatic classReceive.PageSize
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetAction()Receive action URLReceive.MediaTypegetMediaType()The media type used to store media in the fax media storeHttpMethodgetMethod()Receive action URL methodReceive.PageSizegetPageSize()What size to interpret received pages asBooleanisStoreMedia()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
-
-