| Class and Description |
|---|
| PagingStrategy
Strategy to allow implementing different types of pagination.
|
| Class and Description |
|---|
| HypermediaPagingStrategy
Base class of
PagingStrategy for APIs which do paging based on a next URL provided in the response of each request. |
| MarkerPagingStrategy
Base class of
PagingStrategy for APIs which do paging based on a marker provided in the response of each request,
acting as a marker or position inside the stream of results. |
| PagingStrategy
Strategy to allow implementing different types of pagination.
|
Copyright © 2022. All rights reserved.