next_page


Description:

public void next_page ()

Changes the state of the Query such that when get_query_uri is next called, it will build the query URI for the next page in the result set.

Ideally, the URI of the next page is retrieved from a feed automatically when query is called, but next_page will fall back to using start_index to emulate true pagination if this fails.

You should not implement pagination manually using start_index .

Parameters:

this

a Query