Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
static DXSearch.TypeQuery |
DXSearch.TypeQuery.allOf(DXSearch.TypeQuery... typeQueries)
A query that must match all of the specified type queries recursively.
|
static DXSearch.TypeQuery |
DXSearch.TypeQuery.allOf(List<DXSearch.TypeQuery> typeQueries)
A query that must match all of the type queries in the provided list.
|
static DXSearch.TypeQuery |
DXSearch.TypeQuery.allOf(String... types)
A query that must match all of the specified types.
|
static DXSearch.TypeQuery |
DXSearch.TypeQuery.anyOf(DXSearch.TypeQuery... typeQueries)
A query that matches any of the specified type queries recursively.
|
static DXSearch.TypeQuery |
DXSearch.TypeQuery.anyOf(List<DXSearch.TypeQuery> typeQueries)
A query that matches any of the type queries in the provided list.
|
static DXSearch.TypeQuery |
DXSearch.TypeQuery.anyOf(String... types)
A query that matches any of the specified types.
|
static DXSearch.TypeQuery |
DXSearch.TypeQuery.of(String type)
A query that matches the specified type.
|
Modifier and Type | Method and Description |
---|---|
static DXSearch.TypeQuery |
DXSearch.TypeQuery.allOf(DXSearch.TypeQuery... typeQueries)
A query that must match all of the specified type queries recursively.
|
static DXSearch.TypeQuery |
DXSearch.TypeQuery.anyOf(DXSearch.TypeQuery... typeQueries)
A query that matches any of the specified type queries recursively.
|
DXSearch.FindDataObjectsRequestBuilder<T> |
DXSearch.FindDataObjectsRequestBuilder.withTypes(DXSearch.TypeQuery typeQuery)
Only returns data objects matching the specified types query.
|
Modifier and Type | Method and Description |
---|---|
static DXSearch.TypeQuery |
DXSearch.TypeQuery.allOf(List<DXSearch.TypeQuery> typeQueries)
A query that must match all of the type queries in the provided list.
|
static DXSearch.TypeQuery |
DXSearch.TypeQuery.anyOf(List<DXSearch.TypeQuery> typeQueries)
A query that matches any of the type queries in the provided list.
|
Copyright © 2023. All Rights Reserved.