Need option to paginate the results based on skiptoken parameter by samrajcse · Pull Request #148 · microsoftgraph/msgraph-sdk-java

added 2 commits

October 1, 2018 16:53
From the documentation, the paginating the file using callback won't work in the standalone program. We need to pass the skip token based on the new request. So added the skip token functionality.
Adding skip token option for pagination