| Package | Description |
|---|---|
| io.apimatic.core | |
| io.apimatic.core.types.pagination |
| Modifier and Type | Method and Description |
|---|---|
<T,I,P> T |
ApiCall.paginate(java.util.function.Function<PaginatedData<I,P,ResponseType,ExceptionType>,T> converter,
java.util.function.Function<PageWrapper<I,ResponseType>,P> responseToPage,
java.util.function.Function<ResponseType,List<I>> responseToItems,
PaginationStrategy... strategies)
Prepare this ApiCall for pagination.
|
| Modifier and Type | Method and Description |
|---|---|
PaginatedData<I,P,R,E> |
PaginatedData.copy() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest.Builder |
PaginationStrategy.apply(PaginatedData<?,?,?,?> paginatedData) |
HttpRequest.Builder |
PagePagination.apply(PaginatedData<?,?,?,?> paginatedData) |
HttpRequest.Builder |
CursorPagination.apply(PaginatedData<?,?,?,?> paginatedData) |
HttpRequest.Builder |
LinkPagination.apply(PaginatedData<?,?,?,?> paginatedData) |
HttpRequest.Builder |
OffsetPagination.apply(PaginatedData<?,?,?,?> paginatedData) |
Copyright © 2025. All rights reserved.