Uses of Enum Class
com.mypurecloud.sdk.v2.model.GroupSearchCriteria.OperatorEnum
Packages that use GroupSearchCriteria.OperatorEnum
-
Uses of GroupSearchCriteria.OperatorEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GroupSearchCriteria.OperatorEnumModifier and TypeMethodDescriptionGroupSearchCriteria.OperatorEnum.fromString(String key) GroupSearchCriteria.getOperator()Returns the enum constant of this class with the specified name.static GroupSearchCriteria.OperatorEnum[]GroupSearchCriteria.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 GroupSearchCriteria.OperatorEnumModifier and TypeMethodDescriptionGroupSearchCriteria.operator(GroupSearchCriteria.OperatorEnum operator) How to apply this search criteria against other criteriavoidGroupSearchCriteria.setOperator(GroupSearchCriteria.OperatorEnum operator)