Uses of Class
com.mypurecloud.sdk.v2.model.EventCondition
Packages that use EventCondition
-
Uses of EventCondition in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EventConditionModifier and TypeMethodDescriptionThe name of the event for which this condition can be satisfied.The event key.EventCondition.operator(EventCondition.OperatorEnum operator) The comparison operator.EventCondition.sessionType(String sessionType) The session type for which this condition can be satisfied.EventCondition.streamType(EventCondition.StreamTypeEnum streamType) The stream type for which this condition can be satisfied.The event values.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EventConditionModifier and TypeMethodDescriptionActionMap.getTriggerWithEventConditions()PatchActionMap.getTriggerWithEventConditions()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type EventConditionModifier and TypeMethodDescriptionvoidActionMap.setTriggerWithEventConditions(List<EventCondition> triggerWithEventConditions) voidPatchActionMap.setTriggerWithEventConditions(List<EventCondition> triggerWithEventConditions) ActionMap.triggerWithEventConditions(List<EventCondition> triggerWithEventConditions) List of event conditions that must be satisfied to trigger the action map.PatchActionMap.triggerWithEventConditions(List<EventCondition> triggerWithEventConditions) List of event conditions that must be satisfied to trigger the action map.