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 Flow
create(TwilioRestClient client)
Execute a request using specified client.FlowCreator
setCommitMessage(String commitMessage)
FlowCreator
setDefinition(Map<String,Object> definition)
FlowCreator
setFriendlyName(String friendlyName)
FlowCreator
setStatus(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)
-
-