Uses of Class
com.twilio.twiml.fax.Receive.MediaType
-
Packages that use Receive.MediaType Package Description com.twilio.twiml.fax -
-
Uses of Receive.MediaType in com.twilio.twiml.fax
Methods in com.twilio.twiml.fax that return Receive.MediaType Modifier and Type Method Description Receive.MediaTypeReceive. getMediaType()The media type used to store media in the fax media storestatic Receive.MediaTypeReceive.MediaType. valueOf(String name)Returns the enum constant of this type with the specified name.static Receive.MediaType[]Receive.MediaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.fax with parameters of type Receive.MediaType Modifier and Type Method Description Receive.BuilderReceive.Builder. mediaType(Receive.MediaType mediaType)The media type used to store media in the fax media store
-