Uses of Class
com.dnanexus.DXSearch.Ordering
-
Packages that use DXSearch.Ordering Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXSearch.Ordering in com.dnanexus
Methods in com.dnanexus that return DXSearch.Ordering Modifier and Type Method Description static DXSearch.OrderingDXSearch.Ordering. valueOf(String name)Returns the enum constant of this type with the specified name.static DXSearch.Ordering[]DXSearch.Ordering. 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.Ordering Modifier and Type Method Description DXSearch.FindDataObjectsRequestBuilder<T>DXSearch.FindDataObjectsRequestBuilder. withSortBy(String field, DXSearch.Ordering ordering)Requests that the returned data objects are sorted by the specified field.
-