pagination<RequestType extends TrayRequest> method

FetchTrayPaginationDriver<RequestType, T> pagination<RequestType extends TrayRequest>(
  1. RequestType request
)

A method to access the pagination provider defined for this request The provider contains normalized pagination methods like fetchMore, ...

Implementation

FetchTrayPaginationDriver<RequestType, T>
    pagination<RequestType extends TrayRequest>(RequestType request) {
  return FetchTrayPaginationDriver<RequestType, T>(request);
}