Uses of Class
com.mypurecloud.sdk.v2.model.MatchCriteria
Packages that use MatchCriteria
-
Uses of MatchCriteria in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MatchCriteriaModifier and TypeMethodDescriptionThe Goessner json path of the field to matchMatchCriteria.operator(MatchCriteria.OperatorEnum operator) The type of operation to perform for matching checkMatchCriteria.value(com.fasterxml.jackson.databind.JsonNode value) The value to match on.The list of values to match on.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type MatchCriteriaModifier and TypeMethodDescriptionCreateTriggerRequest.getMatchCriteria()Trigger.getMatchCriteria()UpdateTriggerRequest.getMatchCriteria()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type MatchCriteriaModifier and TypeMethodDescriptionCreateTriggerRequest.matchCriteria(List<MatchCriteria> matchCriteria) The configuration for when a trigger is considered to be a match for an event.Trigger.matchCriteria(List<MatchCriteria> matchCriteria) The configuration for when a trigger is considered to be a match for an eventUpdateTriggerRequest.matchCriteria(List<MatchCriteria> matchCriteria) The configuration for when a trigger is considered to be a match for an eventvoidCreateTriggerRequest.setMatchCriteria(List<MatchCriteria> matchCriteria) voidTrigger.setMatchCriteria(List<MatchCriteria> matchCriteria) voidUpdateTriggerRequest.setMatchCriteria(List<MatchCriteria> matchCriteria)