Uses of Class
com.mypurecloud.sdk.v2.model.LocationSearchCriteria
Packages that use LocationSearchCriteria
-
Uses of LocationSearchCriteria in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LocationSearchCriteriaModifier and TypeMethodDescriptionLocationSearchCriteria.dateFormat(String dateFormat) Set date format for criteria values when using date range search type.The end value of the range.Field names to search againstLocationSearchCriteria.group(List<LocationSearchCriteria> group) Groups multiple conditionsLocationSearchCriteria.operator(LocationSearchCriteria.OperatorEnum operator) How to apply this search criteria against other criteriaLocationSearchCriteria.startValue(String startValue) The start value of the range.LocationSearchCriteria.type(LocationSearchCriteria.TypeEnum type) Search TypeA value for the search to match againstA list of values for the search to match againstMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type LocationSearchCriteriaModifier and TypeMethodDescriptionLocationSearchCriteria.getGroup()LocationSearchRequest.getQuery()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type LocationSearchCriteriaModifier and TypeMethodDescriptionLocationSearchCriteria.group(List<LocationSearchCriteria> group) Groups multiple conditionsLocationSearchRequest.query(List<LocationSearchCriteria> query) voidLocationSearchCriteria.setGroup(List<LocationSearchCriteria> group) voidLocationSearchRequest.setQuery(List<LocationSearchCriteria> query)