Class DocumentListPage
-
- All Implemented Interfaces:
public final class DocumentListPageList Documents
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDocumentListPage.Responsepublic final classDocumentListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final DocumentListPage.Responseresponse()final List<Document>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<DocumentListParams>getNextPageParams()final Optional<DocumentListPage>getNextPage()final DocumentListPage.AutoPagerautoPager()final static DocumentListPageof(DocumentService documentsService, DocumentListParams params, DocumentListPage.Response response)-
-
Method Detail
-
response
final DocumentListPage.Response response()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<DocumentListParams> getNextPageParams()
-
getNextPage
final Optional<DocumentListPage> getNextPage()
-
autoPager
final DocumentListPage.AutoPager autoPager()
-
of
final static DocumentListPage of(DocumentService documentsService, DocumentListParams params, DocumentListPage.Response response)
-
-
-
-