Package com.twilio.rest.studio.v2
Class FlowCreator
- java.lang.Object
-
- com.twilio.base.Creator<Flow>
-
- com.twilio.rest.studio.v2.FlowCreator
-
-
Constructor Summary
Constructors Constructor Description FlowCreator(String friendlyName, Flow.Status status, Map<String,Object> definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Flowcreate(TwilioRestClient client)Execute a request using specified client.FlowCreatorsetCommitMessage(String commitMessage)FlowCreatorsetDefinition(Map<String,Object> definition)FlowCreatorsetFriendlyName(String friendlyName)FlowCreatorsetStatus(Flow.Status status)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Constructor Detail
-
FlowCreator
public FlowCreator(String friendlyName, Flow.Status status, Map<String,Object> definition)
-
-
Method Detail
-
setFriendlyName
public FlowCreator setFriendlyName(String friendlyName)
-
setStatus
public FlowCreator setStatus(Flow.Status status)
-
setDefinition
public FlowCreator setDefinition(Map<String,Object> definition)
-
setCommitMessage
public FlowCreator setCommitMessage(String commitMessage)
-
-