Returns the page after this one by making another request.
public CompletableFuture<out PageAsync<T>> nextPage()Returns the page after this one by making another request.
IllegalStateException: if it's impossible to get the next page. This exception is
avoidable by calling [hasNextPage] first.