Uses of Class
com.dnanexus.DXSearch.TypeQuery
-
Packages that use DXSearch.TypeQuery Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXSearch.TypeQuery in com.dnanexus
Methods in com.dnanexus that return DXSearch.TypeQuery Modifier and Type Method Description static DXSearch.TypeQueryDXSearch.TypeQuery. allOf(DXSearch.TypeQuery... typeQueries)A query that must match all of the specified type queries recursively.static DXSearch.TypeQueryDXSearch.TypeQuery. allOf(String... types)A query that must match all of the specified types.static DXSearch.TypeQueryDXSearch.TypeQuery. allOf(List<DXSearch.TypeQuery> typeQueries)A query that must match all of the type queries in the provided list.static DXSearch.TypeQueryDXSearch.TypeQuery. anyOf(DXSearch.TypeQuery... typeQueries)A query that matches any of the specified type queries recursively.static DXSearch.TypeQueryDXSearch.TypeQuery. anyOf(String... types)A query that matches any of the specified types.static DXSearch.TypeQueryDXSearch.TypeQuery. anyOf(List<DXSearch.TypeQuery> typeQueries)A query that matches any of the type queries in the provided list.static DXSearch.TypeQueryDXSearch.TypeQuery. of(String type)A query that matches the specified type.Methods in com.dnanexus with parameters of type DXSearch.TypeQuery Modifier and Type Method Description static DXSearch.TypeQueryDXSearch.TypeQuery. allOf(DXSearch.TypeQuery... typeQueries)A query that must match all of the specified type queries recursively.static DXSearch.TypeQueryDXSearch.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.Method parameters in com.dnanexus with type arguments of type DXSearch.TypeQuery Modifier and Type Method Description static DXSearch.TypeQueryDXSearch.TypeQuery. allOf(List<DXSearch.TypeQuery> typeQueries)A query that must match all of the type queries in the provided list.static DXSearch.TypeQueryDXSearch.TypeQuery. anyOf(List<DXSearch.TypeQuery> typeQueries)A query that matches any of the type queries in the provided list.
-