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 Details

    • V2FlowExecutionDataFlowidTopicInvokingFlowContext

      public V2FlowExecutionDataFlowidTopicInvokingFlowContext()
    • V2FlowExecutionDataFlowidTopicInvokingFlowContext

      public V2FlowExecutionDataFlowidTopicInvokingFlowContext(Boolean initWithEmptyList)
  • Method Details

    • flowExecutionId

      public V2FlowExecutionDataFlowidTopicInvokingFlowContext flowExecutionId(String flowExecutionId)
      The flow execution identifier whose runtime that invoked this.
    • getFlowExecutionId

      public String getFlowExecutionId()
    • setFlowExecutionId

      public void setFlowExecutionId(String flowExecutionId)
    • 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

      public String getObjectExecutionId()
    • setObjectExecutionId

      public void setObjectExecutionId(String objectExecutionId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object