Relative Content

Tag Archive for kotlinmicrosoft-graph-api

Generic Pageing with Graph SDK v6.x

With Graph SDK v6.1 MS introduced the new PageIterator class to iterate over collection objects. We need this new feature for a lot of different collection types. Because of this, I would like to create a generic paging function, that can iterate over all different collections. But I was not able, to implement it satisfyingly. I see the following things, I would like to improve: