Package com.mypurecloud.sdk.v2.model
Class V2FlowExecutionDataFlowidTopicInvokingProcessAutomationContext
java.lang.Object
com.mypurecloud.sdk.v2.model.V2FlowExecutionDataFlowidTopicInvokingProcessAutomationContext
- All Implemented Interfaces:
Serializable
public class V2FlowExecutionDataFlowidTopicInvokingProcessAutomationContext
extends Object
implements Serializable
This contains contextual information about an invoking entity.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionV2FlowExecutionDataFlowidTopicInvokingProcessAutomationContext(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetTriggerId(String triggerId) voidsetTriggerName(String triggerName) toString()The identifier of the process automation trigger that invoked this flow.triggerName(String triggerName) The name of the process automation trigger that invoked this flow.
-
Constructor Details
-
V2FlowExecutionDataFlowidTopicInvokingProcessAutomationContext
public V2FlowExecutionDataFlowidTopicInvokingProcessAutomationContext() -
V2FlowExecutionDataFlowidTopicInvokingProcessAutomationContext
-
-
Method Details
-
triggerId
The identifier of the process automation trigger that invoked this flow. -
getTriggerId
-
setTriggerId
-
triggerName
public V2FlowExecutionDataFlowidTopicInvokingProcessAutomationContext triggerName(String triggerName) The name of the process automation trigger that invoked this flow. -
getTriggerName
-
setTriggerName
-
equals
-
hashCode
public int hashCode() -
toString
-