Uses of Class
com.twilio.twiml.fax.Receive.PageSize
-
Packages that use Receive.PageSize Package Description com.twilio.twiml.fax -
-
Uses of Receive.PageSize in com.twilio.twiml.fax
Methods in com.twilio.twiml.fax that return Receive.PageSize Modifier and Type Method Description Receive.PageSizeReceive. getPageSize()What size to interpret received pages asstatic Receive.PageSizeReceive.PageSize. valueOf(String name)Returns the enum constant of this type with the specified name.static Receive.PageSize[]Receive.PageSize. 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.PageSize Modifier and Type Method Description Receive.BuilderReceive.Builder. pageSize(Receive.PageSize pageSize)What size to interpret received pages as
-