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