/AWS1/CL_GLUPAGINATIONCONF¶
Configuration that defines how to handle paginated responses from REST APIs, supporting different pagination strategies used by various services.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_cursorconfiguration TYPE REF TO /AWS1/CL_GLUCURSORCONF /AWS1/CL_GLUCURSORCONF¶
Configuration for cursor-based pagination, where the API provides a cursor or token to retrieve the next page of results.
io_offsetconfiguration TYPE REF TO /AWS1/CL_GLUOFFSETCONF /AWS1/CL_GLUOFFSETCONF¶
Configuration for offset-based pagination, where the API uses numeric offsets and limits to control which results are returned.
Queryable Attributes¶
CursorConfiguration¶
Configuration for cursor-based pagination, where the API provides a cursor or token to retrieve the next page of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURSORCONFIGURATION() |
Getter for CURSORCONFIGURATION |
OffsetConfiguration¶
Configuration for offset-based pagination, where the API uses numeric offsets and limits to control which results are returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OFFSETCONFIGURATION() |
Getter for OFFSETCONFIGURATION |