Using Java SDK v2, I need to get metadata for a file or all files in a directory. Specifically the client modified timestamp.
I cannot find this anywhere in the V2 docs, specifically the DbxFiles.Metadata class only contains name, pathLower and parentSharedFolderId.
How is this done?