Uses of Enum Class
com.mypurecloud.sdk.v2.model.MatchCriteriaTestResult.OperatorEnum
Packages that use MatchCriteriaTestResult.OperatorEnum
-
Uses of MatchCriteriaTestResult.OperatorEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MatchCriteriaTestResult.OperatorEnumModifier and TypeMethodDescriptionMatchCriteriaTestResult.OperatorEnum.fromString(String key) MatchCriteriaTestResult.getOperator()Returns the enum constant of this class with the specified name.static MatchCriteriaTestResult.OperatorEnum[]MatchCriteriaTestResult.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 MatchCriteriaTestResult.OperatorEnumModifier and TypeMethodDescriptionMatchCriteriaTestResult.operator(MatchCriteriaTestResult.OperatorEnum operator) The type of operation to perform for matching checkvoidMatchCriteriaTestResult.setOperator(MatchCriteriaTestResult.OperatorEnum operator)