Uses of Class
com.dnanexus.DXSearch.VisibilityQuery
-
Packages that use DXSearch.VisibilityQuery Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXSearch.VisibilityQuery in com.dnanexus
Methods in com.dnanexus that return DXSearch.VisibilityQuery Modifier and Type Method Description static DXSearch.VisibilityQueryDXSearch.VisibilityQuery. valueOf(String name)Returns the enum constant of this type with the specified name.static DXSearch.VisibilityQuery[]DXSearch.VisibilityQuery. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dnanexus with parameters of type DXSearch.VisibilityQuery Modifier and Type Method Description DXSearch.FindDataObjectsRequestBuilder<T>DXSearch.FindDataObjectsRequestBuilder. withVisibility(DXSearch.VisibilityQuery visibilityQuery)Only returns data objects with the specified visibility (visible or hidden).
-