Package com.mypurecloud.sdk.v2.model
Class V2FlowExecutionDataFlowidTopicInvokingWorkitemContext
java.lang.Object
com.mypurecloud.sdk.v2.model.V2FlowExecutionDataFlowidTopicInvokingWorkitemContext
- All Implemented Interfaces:
Serializable
public class V2FlowExecutionDataFlowidTopicInvokingWorkitemContext
extends Object
implements Serializable
This contains information about the workitem that invoked this flow execution.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionV2FlowExecutionDataFlowidTopicInvokingWorkitemContext(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetWorkitemId(String workitemId) voidsetWorkitemName(String workitemName) toString()workitemId(String workitemId) The identifier of the workitem that invoked this flow.workitemName(String workitemName) The name of the process workitem that invoked this flow.
-
Constructor Details
-
V2FlowExecutionDataFlowidTopicInvokingWorkitemContext
public V2FlowExecutionDataFlowidTopicInvokingWorkitemContext() -
V2FlowExecutionDataFlowidTopicInvokingWorkitemContext
-
-
Method Details
-
workitemId
The identifier of the workitem that invoked this flow. -
getWorkitemId
-
setWorkitemId
-
workitemName
The name of the process workitem that invoked this flow. -
getWorkitemName
-
setWorkitemName
-
equals
-
hashCode
public int hashCode() -
toString
-