Uses of Interface
com.dnanexus.DXSearch.FindResultPage
-
Packages that use DXSearch.FindResultPage Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXSearch.FindResultPage in com.dnanexus
Methods in com.dnanexus that return DXSearch.FindResultPage Modifier and Type Method Description DXSearch.FindResultPage<T>DXSearch.FindDataObjectsResult. getFirstPage(int pageSize)Returns a first page of thefindDataObjectsresults.DXSearch.FindResultPage<T>DXSearch.FindDataObjectsResult. getSubsequentPage(com.fasterxml.jackson.databind.JsonNode starting, int pageSize)Returns a subsequent page of thefindDataObjectsresults starting from the specified item.
-