Uses of Class
com.mypurecloud.sdk.v2.model.MatchCriteriaTestResult
Packages that use MatchCriteriaTestResult
-
Uses of MatchCriteriaTestResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MatchCriteriaTestResultModifier and TypeMethodDescriptionMatchCriteriaTestResult.generatedJsonPathCondition(String generatedJsonPathCondition) The generated json path conditionThe Goessner json path of the field to matchMatchCriteriaTestResult.jsonPathExtraction(List<MatchTestResult> jsonPathExtraction) The json paths and their values that were comparedDid the generated json path condition matchMatchCriteriaTestResult.operator(MatchCriteriaTestResult.OperatorEnum operator) The type of operation to perform for matching checkMatchCriteriaTestResult.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 MatchCriteriaTestResultMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type MatchCriteriaTestResultModifier and TypeMethodDescriptionTestMatchesOperation.details(List<MatchCriteriaTestResult> details) Details about why the operation did or did not succeedvoidTestMatchesOperation.setDetails(List<MatchCriteriaTestResult> details)