Paging allows you to query the next and previous data chunks
in a convenient way. You can also go to a specific page or just read
page information about the current data chunk.
Gets the next page of possible data from the server.
Let assume that you are looking at the data chunk from page 1.
The next call gets the data chunk of page 2.
Gets the previous page of possible data from server.
Let assume that you are looking at the data chunk from page 2.
The previous call get the data chunk of page 1.
Paging allows you to query the next and previous data chunks in a convenient way. You can also go to a specific page or just read page information about the current data chunk.