Uses of Class
com.mypurecloud.sdk.v2.model.UserSearchCriteria
Packages that use UserSearchCriteria
-
Uses of UserSearchCriteria in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserSearchCriteriaModifier and TypeMethodDescriptionUserSearchCriteria.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 againstUserSearchCriteria.group(List<UserSearchCriteria> group) Groups multiple conditionsUserSearchCriteria.operator(UserSearchCriteria.OperatorEnum operator) How to apply this search criteria against other criteriaUserSearchCriteria.startValue(String startValue) The start value of the range.UserSearchCriteria.type(UserSearchCriteria.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 UserSearchCriteriaMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type UserSearchCriteriaModifier and TypeMethodDescriptionUserSearchCriteria.group(List<UserSearchCriteria> group) Groups multiple conditionsUserSearchRequest.query(List<UserSearchCriteria> query) voidUserSearchCriteria.setGroup(List<UserSearchCriteria> group) voidUserSearchRequest.setQuery(List<UserSearchCriteria> query)