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