Uses of Enum Class
com.mypurecloud.sdk.v2.model.EvaluationSearchCriteriaDTO.OperatorEnum
Packages that use EvaluationSearchCriteriaDTO.OperatorEnum
-
Uses of EvaluationSearchCriteriaDTO.OperatorEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EvaluationSearchCriteriaDTO.OperatorEnumModifier and TypeMethodDescriptionEvaluationSearchCriteriaDTO.OperatorEnum.fromString(String key) EvaluationSearchCriteriaDTO.getOperator()Returns the enum constant of this class with the specified name.EvaluationSearchCriteriaDTO.OperatorEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type EvaluationSearchCriteriaDTO.OperatorEnumModifier and TypeMethodDescriptionEvaluationSearchCriteriaDTO.operator(EvaluationSearchCriteriaDTO.OperatorEnum operator) How to apply this search criteria against other criteriavoidEvaluationSearchCriteriaDTO.setOperator(EvaluationSearchCriteriaDTO.OperatorEnum operator)