Uses of Class
com.mypurecloud.sdk.v2.model.GroupSearchCriteria
Packages that use GroupSearchCriteria
-
Uses of GroupSearchCriteria in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GroupSearchCriteriaModifier and TypeMethodDescriptionGroupSearchCriteria.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 againstGroupSearchCriteria.group(List<GroupSearchCriteria> group) Groups multiple conditionsGroupSearchCriteria.operator(GroupSearchCriteria.OperatorEnum operator) How to apply this search criteria against other criteriaGroupSearchCriteria.startValue(String startValue) The start value of the range.GroupSearchCriteria.type(GroupSearchCriteria.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 GroupSearchCriteriaMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type GroupSearchCriteriaModifier and TypeMethodDescriptionGroupSearchCriteria.group(List<GroupSearchCriteria> group) Groups multiple conditionsGroupSearchRequest.query(List<GroupSearchCriteria> query) voidGroupSearchCriteria.setGroup(List<GroupSearchCriteria> group) voidGroupSearchRequest.setQuery(List<GroupSearchCriteria> query)