getNextPage

getNextPage();

When the value of the JadeRestResponse class nextPage property is set to a valid URL, the getNextPage method of the JadeRestResponse class makes another call to the same REST API using that URL.

The JadeRestResponse object then updates itself with the results of that call; that is, with the next page of paginated results from the server. If the value of the nextPage property is null, this method does nothing.

2022.0.01 and higher