Package com.twilio.rest.studio.v1.flow
Class ExecutionCreator
- java.lang.Object
-
- com.twilio.base.Creator<Execution>
-
- com.twilio.rest.studio.v1.flow.ExecutionCreator
-
-
Constructor Summary
Constructors Constructor Description ExecutionCreator(String pathFlowSid, PhoneNumber to, PhoneNumber from)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Execution
create(TwilioRestClient client)
Execute a request using specified client.ExecutionCreator
setFrom(PhoneNumber from)
ExecutionCreator
setFrom(String from)
ExecutionCreator
setParameters(Map<String,Object> parameters)
ExecutionCreator
setTo(PhoneNumber to)
ExecutionCreator
setTo(String to)
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Constructor Detail
-
ExecutionCreator
public ExecutionCreator(String pathFlowSid, PhoneNumber to, PhoneNumber from)
-
-
Method Detail
-
setTo
public ExecutionCreator setTo(PhoneNumber to)
-
setTo
public ExecutionCreator setTo(String to)
-
setFrom
public ExecutionCreator setFrom(PhoneNumber from)
-
setFrom
public ExecutionCreator setFrom(String from)
-
setParameters
public ExecutionCreator setParameters(Map<String,Object> parameters)
-
-