Package com.twilio.rest.flexapi.v1
Class FlexFlowCreator
- java.lang.Object
-
- com.twilio.base.Creator<FlexFlow>
-
- com.twilio.rest.flexapi.v1.FlexFlowCreator
-
-
Constructor Summary
Constructors Constructor Description FlexFlowCreator(String friendlyName, String chatServiceSid, FlexFlow.ChannelType channelType)
-
Method Summary
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Constructor Detail
-
FlexFlowCreator
public FlexFlowCreator(String friendlyName, String chatServiceSid, FlexFlow.ChannelType channelType)
-
-
Method Detail
-
setFriendlyName
public FlexFlowCreator setFriendlyName(String friendlyName)
-
setChatServiceSid
public FlexFlowCreator setChatServiceSid(String chatServiceSid)
-
setChannelType
public FlexFlowCreator setChannelType(FlexFlow.ChannelType channelType)
-
setContactIdentity
public FlexFlowCreator setContactIdentity(String contactIdentity)
-
setEnabled
public FlexFlowCreator setEnabled(Boolean enabled)
-
setIntegrationType
public FlexFlowCreator setIntegrationType(FlexFlow.IntegrationType integrationType)
-
setIntegrationFlowSid
public FlexFlowCreator setIntegrationFlowSid(String integrationFlowSid)
-
setIntegrationUrl
public FlexFlowCreator setIntegrationUrl(URI integrationUrl)
-
setIntegrationUrl
public FlexFlowCreator setIntegrationUrl(String integrationUrl)
-
setIntegrationWorkspaceSid
public FlexFlowCreator setIntegrationWorkspaceSid(String integrationWorkspaceSid)
-
setIntegrationWorkflowSid
public FlexFlowCreator setIntegrationWorkflowSid(String integrationWorkflowSid)
-
setIntegrationChannel
public FlexFlowCreator setIntegrationChannel(String integrationChannel)
-
setIntegrationTimeout
public FlexFlowCreator setIntegrationTimeout(Integer integrationTimeout)
-
setIntegrationPriority
public FlexFlowCreator setIntegrationPriority(Integer integrationPriority)
-
setIntegrationCreationOnMessage
public FlexFlowCreator setIntegrationCreationOnMessage(Boolean integrationCreationOnMessage)
-
setLongLived
public FlexFlowCreator setLongLived(Boolean longLived)
-
setJanitorEnabled
public FlexFlowCreator setJanitorEnabled(Boolean janitorEnabled)
-
setIntegrationRetryCount
public FlexFlowCreator setIntegrationRetryCount(Integer integrationRetryCount)
-
-