Uses of Class
com.mypurecloud.sdk.v2.model.EvaluationSearchCriteriaDTO
Packages that use EvaluationSearchCriteriaDTO
-
Uses of EvaluationSearchCriteriaDTO in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EvaluationSearchCriteriaDTOModifier and TypeMethodDescriptionThe end value of the range.EvaluationSearchCriteriaDTO.field(EvaluationSearchCriteriaDTO.FieldEnum field) Field name to search againstEvaluationSearchCriteriaDTO.operator(EvaluationSearchCriteriaDTO.OperatorEnum operator) How to apply this search criteria against other criteriaEvaluationSearchCriteriaDTO.startValue(String startValue) The start value of the range.EvaluationSearchCriteriaDTO.type(EvaluationSearchCriteriaDTO.TypeEnum type) The type of query Operation to PerformA value for the search to match againstA list of values for the search to match against.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EvaluationSearchCriteriaDTOMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EvaluationSearchCriteriaDTOModifier and TypeMethodDescriptionEvaluationSearchRequestDTO.query(List<EvaluationSearchCriteriaDTO> query) voidEvaluationSearchRequestDTO.setQuery(List<EvaluationSearchCriteriaDTO> query)