Package com.mypurecloud.sdk.v2.model
Class FlowExecutionLaunchResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.FlowExecutionLaunchResponse
- All Implemented Interfaces:
Serializable
Response object from launching a flow.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowVersion(DomainEntityRef flowVersion) The version of the flow that launchedgetId()getName()inthashCode()The flow execution IDThe flow execution name.voidsetFlowVersion(DomainEntityRef flowVersion) voidvoidtoString()
-
Constructor Details
-
FlowExecutionLaunchResponse
public FlowExecutionLaunchResponse() -
FlowExecutionLaunchResponse
-
-
Method Details
-
id
The flow execution ID -
getId
-
setId
-
name
The flow execution name. -
getName
-
setName
-
flowVersion
The version of the flow that launched -
getFlowVersion
-
setFlowVersion
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-