Describe the feature request?
https://github.com/okta/okta-sdk-java#pagination indicates that from 25.0.0 onward the pagination feature is available only via PagedIterable, which implies that the client shall consume the whole results at once.
Our use case, however, is fit with the previous (and currently deprecated approach) of passing the appropriate after parameter to the list methods, as helped by PaginationUtil#getAfter.
Is it possible to keep the previous approach in the future releases?
New or Affected Resource(s)
At least:
UserApi#listUsers
GrouApi#listGroups
ApplicationApi#listApplications
Provide a documentation link
No response
Additional Information?
No response
Describe the feature request?
https://github.com/okta/okta-sdk-java#pagination indicates that from 25.0.0 onward the pagination feature is available only via
PagedIterable, which implies that the client shall consume the whole results at once.Our use case, however, is fit with the previous (and currently deprecated approach) of passing the appropriate
afterparameter to the list methods, as helped byPaginationUtil#getAfter.Is it possible to keep the previous approach in the future releases?
New or Affected Resource(s)
At least:
UserApi#listUsersGrouApi#listGroupsApplicationApi#listApplicationsProvide a documentation link
No response
Additional Information?
No response