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