I want to use Relation Paging following this docu: Relation Paging - Backendless SDK for JavaScript API Documentation
At the end of this page, I find:
The
LoadRelationsQueryBuilderclass contains methods which recalculateoffsetin order to obtain next, previous or a specific page. After loadRelationsQueryBuilder is modified, call the API shown above to get next, previous or a specific page of data.
Where do I find a list of mentioned “methods which recalculate offset …” ?
Regards,