Class ResultsPage
java.lang.Object
com.adobe.acs.commons.reports.api.ResultsPage
Simple POJO for representing a page of results.
-
Constructor Summary
ConstructorsConstructorDescriptionResultsPage(Stream<? extends Object> results, int pageSize, int page, long resultSize) -
Method Summary
Modifier and TypeMethodDescriptionintintlonglonglong
-
Constructor Details
-
ResultsPage
-
-
Method Details
-
getResults
-
getResultsList
-
getResultsStart
public long getResultsStart() -
getResultsEnd
public long getResultsEnd() -
getNextPage
public int getNextPage() -
getPreviousPage
public int getPreviousPage() -
getResultSize
public long getResultSize()
-