Uses of Class
com.twilio.rest.studio.v2.Flow.Status
-
Packages that use Flow.Status Package Description com.twilio.rest.studio.v2 -
-
Uses of Flow.Status in com.twilio.rest.studio.v2
Methods in com.twilio.rest.studio.v2 that return Flow.Status Modifier and Type Method Description static Flow.StatusFlow.Status. forValue(String value)Flow.StatusFlow. getStatus()static Flow.StatusFlow.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Flow.Status[]Flow.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 Flow.Status Modifier and Type Method Description static FlowCreatorFlow. creator(String friendlyName, Flow.Status status, Map<String,Object> definition)FlowCreatorFlowCreator. setStatus(Flow.Status status)FlowUpdaterFlowUpdater. setStatus(Flow.Status status)static FlowUpdaterFlow. updater(String pathSid, Flow.Status status)Constructors in com.twilio.rest.studio.v2 with parameters of type Flow.Status Constructor Description FlowCreator(String friendlyName, Flow.Status status, Map<String,Object> definition)FlowUpdater(String pathSid, Flow.Status status)
-