Uses of Class
com.twilio.rest.studio.v2.FlowValidate.Status
-
Packages that use FlowValidate.Status Package Description com.twilio.rest.studio.v2 -
-
Uses of FlowValidate.Status in com.twilio.rest.studio.v2
Methods in com.twilio.rest.studio.v2 that return FlowValidate.Status Modifier and Type Method Description static FlowValidate.StatusFlowValidate.Status. forValue(String value)static FlowValidate.StatusFlowValidate.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static FlowValidate.Status[]FlowValidate.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.studio.v2 with parameters of type FlowValidate.Status Modifier and Type Method Description FlowValidateUpdaterFlowValidateUpdater. setStatus(FlowValidate.Status status)static FlowValidateUpdaterFlowValidate. updater(String friendlyName, FlowValidate.Status status, Map<String,Object> definition)Constructors in com.twilio.rest.studio.v2 with parameters of type FlowValidate.Status Constructor Description FlowValidateUpdater(String friendlyName, FlowValidate.Status status, Map<String,Object> definition)
-