Uses of Class
com.twilio.rest.verify.v2.Form.FormTypes
-
Packages that use Form.FormTypes Package Description com.twilio.rest.verify.v2 -
-
Uses of Form.FormTypes in com.twilio.rest.verify.v2
Methods in com.twilio.rest.verify.v2 that return Form.FormTypes Modifier and Type Method Description static Form.FormTypesForm.FormTypes. forValue(String value)Form.FormTypesForm. getFormType()static Form.FormTypesForm.FormTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static Form.FormTypes[]Form.FormTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.verify.v2 with parameters of type Form.FormTypes Modifier and Type Method Description static FormFetcherForm. fetcher(Form.FormTypes formType)Constructors in com.twilio.rest.verify.v2 with parameters of type Form.FormTypes Constructor Description FormFetcher(Form.FormTypes formType)
-