I am trying to understand how to implement pagination using azure-documentdb-java. As I see continuation token allows me retrieve only the next page from a query executed earlier.
Is there a way how I can return the concrete page and previous page effortlessly?