| Modifier and Type | Method and Description | 
|---|---|
| static DXSearch.TagsQuery | allOf(DXSearch.TagsQuery... tagsQueries)A query that must match all of the specified tag queries recursively. | 
| static DXSearch.TagsQuery | allOf(List<DXSearch.TagsQuery> tagsQueries)A query that must match all of the tag queries in the provided list. | 
| static DXSearch.TagsQuery | allOf(String... tags)A query that must match all of the specified tags. | 
| static DXSearch.TagsQuery | anyOf(DXSearch.TagsQuery... tagsQueries)A query that matches any of the specified tag queries recursively. | 
| static DXSearch.TagsQuery | anyOf(List<DXSearch.TagsQuery> tagsQueries)A query that matches any of the tag queries in the provided list. | 
| static DXSearch.TagsQuery | anyOf(String... tags)A query that matches any of the specified tags. | 
| static DXSearch.TagsQuery | of(String tag)A query that matches the specified tag. | 
public static DXSearch.TagsQuery allOf(List<DXSearch.TagsQuery> tagsQueries)
tagsQueries - list of queries, all of which must be matchedpublic static DXSearch.TagsQuery allOf(String... tags)
tags - Strings containing tags, all of which must be matchedpublic static DXSearch.TagsQuery allOf(DXSearch.TagsQuery... tagsQueries)
tagsQueries - queries, all of which must be matchedpublic static DXSearch.TagsQuery anyOf(List<DXSearch.TagsQuery> tagsQueries)
tagsQueries - list of queries, at least one of which must be matchedpublic static DXSearch.TagsQuery anyOf(String... tags)
tags - Strings containing tags, at least one of which must be matchedpublic static DXSearch.TagsQuery anyOf(DXSearch.TagsQuery... tagsQueries)
tagsQueries - queries, at least one of which must be matchedpublic static DXSearch.TagsQuery of(String tag)
tag - String containing tag to matchCopyright © 2023. All Rights Reserved.