Uses of Class
com.mypurecloud.sdk.v2.model.MatchTestResult
Packages that use MatchTestResult
-
Uses of MatchTestResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MatchTestResultModifier and TypeMethodDescriptionThe json path to the json node being matched on. ex: $['things'][1]MatchTestResult.value(com.fasterxml.jackson.databind.JsonNode value) The value of the field being matchedMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type MatchTestResultMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type MatchTestResultModifier and TypeMethodDescriptionMatchCriteriaTestResult.jsonPathExtraction(List<MatchTestResult> jsonPathExtraction) The json paths and their values that were comparedvoidMatchCriteriaTestResult.setJsonPathExtraction(List<MatchTestResult> jsonPathExtraction)