Uses of Class
com.twilio.rest.preview.hostedNumbers.authorizationdocument.DependentHostedNumberOrder.Status
-
Packages that use DependentHostedNumberOrder.Status Package Description com.twilio.rest.preview.hostedNumbers.authorizationdocument -
-
Uses of DependentHostedNumberOrder.Status in com.twilio.rest.preview.hostedNumbers.authorizationdocument
Methods in com.twilio.rest.preview.hostedNumbers.authorizationdocument that return DependentHostedNumberOrder.Status Modifier and Type Method Description static DependentHostedNumberOrder.Status
DependentHostedNumberOrder.Status. forValue(String value)
DependentHostedNumberOrder.Status
DependentHostedNumberOrder. getStatus()
static DependentHostedNumberOrder.Status
DependentHostedNumberOrder.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static DependentHostedNumberOrder.Status[]
DependentHostedNumberOrder.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.preview.hostedNumbers.authorizationdocument with parameters of type DependentHostedNumberOrder.Status Modifier and Type Method Description DependentHostedNumberOrderReader
DependentHostedNumberOrderReader. setStatus(DependentHostedNumberOrder.Status status)
-