PaginationConfiguration

Configuration that defines how to handle paginated responses from REST APIs, supporting different pagination strategies used by various services.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration for cursor-based pagination, where the API provides a cursor or token to retrieve the next page of results.

Link copied to clipboard

Configuration for offset-based pagination, where the API uses numeric offsets and limits to control which results are returned.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String