setPaginationLimitOnly

setPaginationLimitOnly(limit: Integer) updating;

The setPaginationLimitOnly method of the JadeRestRequest class sets the limit query string for the request to the value specified in the limit parameter.

This method 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 first page of results.

2022.0.01 and higher.