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