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