Package com.mypurecloud.sdk.v2.model
Class FlowExecutionLaunchRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.FlowExecutionLaunchRequest
- All Implemented Interfaces:
Serializable
Parameters for launching a flow.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanID of the flow to launch.flowVersion(String flowVersion) The version of the flow to launch.getName()inthashCode()Input values to the flow.A displayable name to assign to the new flow executionvoidvoidsetFlowVersion(String flowVersion) voidsetInputData(Map<String, Object> inputData) voidtoString()
-
Constructor Details
-
FlowExecutionLaunchRequest
public FlowExecutionLaunchRequest() -
FlowExecutionLaunchRequest
-
-
Method Details
-
flowId
ID of the flow to launch. -
getFlowId
-
setFlowId
-
flowVersion
The version of the flow to launch. Omit this value (or supply null/empty) to use the latest published version. -
getFlowVersion
-
setFlowVersion
-
inputData
Input values to the flow. Valid values are defined by a flow's input JSON schema. -
getInputData
-
setInputData
-
name
A displayable name to assign to the new flow execution -
getName
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-