Get all the folder items through java SDK with offset, limit and sort by date
I am trying to get all the folder items through java SDK. https://developer.box.com/reference/get-folders-id-items/
I want to specify the Offset, Limit and also sort the results by date. I see :
getChildren() – allows to sort the results and returns an iterable.
getChildrenRange() – allows to specify offset, Limit and returns a partial collection.
Is there any function or straightforward way to combine the above two? I see this functionality in python sdk but not in java.
-
Hi Roshni,
This has been released in v2.53.0 of the SDK.
https://github.com/box/box-java-sdk/releases/tag/v2.53.0
Thanks,
Patrick
Please sign in to leave a comment.
Comments
2 comments