| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.commons.api.operation.paging |
| Modifier and Type | Class and Description |
|---|---|
class |
HypermediaPagingProvider
Implementation of
RestPagingProvider for APIs which do paging based on a next URL provided in the response of each
request. |
class |
MarkerPagingProvider
Implementation of
RestPagingProvider 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. |
class |
OffsetPagingProvider
Implementation of
RestPagingProvider for APIs which do paging based on an offset query param. |
class |
PageNumberPagingProvider
Implementation of
RestPagingProvider for APIs which do paging based on requesting individual pages by number |
| Modifier and Type | Method and Description |
|---|---|
RestPagingProvider |
RestPagingProvider.withResponseBinding(HttpResponseBinding responseBinding)
Allows specifying a transformation to be applied to the server response before extracting the items and paging them.
|
Copyright © 2021. All rights reserved.