Uses of Class
com.twilio.rest.preview.hostedNumbers.HostedNumberOrder.VerificationType
-
Packages that use HostedNumberOrder.VerificationType Package Description com.twilio.rest.preview.hostedNumbers -
-
Uses of HostedNumberOrder.VerificationType in com.twilio.rest.preview.hostedNumbers
Methods in com.twilio.rest.preview.hostedNumbers that return HostedNumberOrder.VerificationType Modifier and Type Method Description static HostedNumberOrder.VerificationTypeHostedNumberOrder.VerificationType. forValue(String value)HostedNumberOrder.VerificationTypeHostedNumberOrder. getVerificationType()static HostedNumberOrder.VerificationTypeHostedNumberOrder.VerificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static HostedNumberOrder.VerificationType[]HostedNumberOrder.VerificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.preview.hostedNumbers with parameters of type HostedNumberOrder.VerificationType Modifier and Type Method Description HostedNumberOrderCreatorHostedNumberOrderCreator. setVerificationType(HostedNumberOrder.VerificationType verificationType)HostedNumberOrderUpdaterHostedNumberOrderUpdater. setVerificationType(HostedNumberOrder.VerificationType verificationType)
-