Package com.mypurecloud.sdk.v2.model
Class V2FlowExecutionDataFlowidTopicInvokingFlowContext
java.lang.Object
com.mypurecloud.sdk.v2.model.V2FlowExecutionDataFlowidTopicInvokingFlowContext
- All Implemented Interfaces:
Serializable
public class V2FlowExecutionDataFlowidTopicInvokingFlowContext
extends Object
implements Serializable
This contains information about the flow that invoked this execution. Both a flow execution and action identifier are needed to uniquely identify the invocation point.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionV2FlowExecutionDataFlowidTopicInvokingFlowContext(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowExecutionId(String flowExecutionId) The flow execution identifier whose runtime that invoked this.inthashCode()objectExecutionId(String objectExecutionId) The object execution identifier within the flow whose runtime that invoked this.voidsetFlowExecutionId(String flowExecutionId) voidsetObjectExecutionId(String objectExecutionId) toString()
-
Constructor Details
-
V2FlowExecutionDataFlowidTopicInvokingFlowContext
public V2FlowExecutionDataFlowidTopicInvokingFlowContext() -
V2FlowExecutionDataFlowidTopicInvokingFlowContext
-
-
Method Details
-
flowExecutionId
The flow execution identifier whose runtime that invoked this. -
getFlowExecutionId
-
setFlowExecutionId
-
objectExecutionId
public V2FlowExecutionDataFlowidTopicInvokingFlowContext objectExecutionId(String objectExecutionId) The object execution identifier within the flow whose runtime that invoked this. In Architect flows, this object execution identifier will be either an action execution identifier or a menu execution identifier. -
getObjectExecutionId
-
setObjectExecutionId
-
equals
-
hashCode
public int hashCode() -
toString
-