setPaginationOffsetAndLimit

setPaginationOffsetAndLimit(offset: Integer;
                           limit:   Integer) updating;

The setPaginationOffsetAndLimit method of the JadeRestRequest class sets the limit query string for the request to the value specified in the limit parameter and adds a query string for the offset specified in the offset parameter.

Use this method when a REST server returns an array and it will communicate to the server that the results should be paginated with results for each page equal to the value of the limit parameter and starting at the index of the array equal to the value of the offset parameter.

2022.0.01 and higher