Uses of Class
com.mypurecloud.sdk.v2.model.SearchCriteria
Packages that use SearchCriteria
-
Uses of SearchCriteria in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SearchCriteriaModifier and TypeMethodDescriptionSearchCriteria.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 againstSearchCriteria.group(List<SearchCriteria> group) Groups multiple conditionsSearchCriteria.operator(SearchCriteria.OperatorEnum operator) How to apply this search criteria against other criteriaSearchCriteria.startValue(String startValue) The start value of the range.SearchCriteria.type(SearchCriteria.TypeEnum type) A 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 SearchCriteriaMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type SearchCriteriaModifier and TypeMethodDescriptionSearchCriteria.group(List<SearchCriteria> group) Groups multiple conditionsSearchRequest.query(List<SearchCriteria> query) The search criteriavoidSearchCriteria.setGroup(List<SearchCriteria> group) voidSearchRequest.setQuery(List<SearchCriteria> query)