dropbox-sdk-java icon indicating copy to clipboard operation
dropbox-sdk-java copied to clipboard

ListFolderArg is package-private

Open pawanchauhan043 opened this issue 1 year ago • 1 comments

ListFolderArg is package-private so customing the arguments is not possible. Is there any other way to customize the parameters? What is the logic for keeping it package-private? Documentation is also outdated.

pawanchauhan043 avatar Apr 05 '24 08:04 pawanchauhan043

You should use listFolderBuilder to get a DbxUserListFolderBuilder which you can use to control the folder listing parameters.

And thanks for the note on the documentation. I'll ask the team to get that updated.

greg-db avatar Apr 05 '24 12:04 greg-db