【发布时间】:2019-07-23 12:14:37
【问题描述】:
所以我在这样的文件夹中列出了所有 driveItems
mGraphServiceClient.drives().byId(rootDrive.id).items(driveItemFolder.id).children().buildRequest().get()
我怎样才能像这里https://docs.microsoft.com/en-us/graph/query-parameters#orderby-parameter一样按lastModifiedDateTime添加订单
【问题讨论】:
标签: java microsoft-graph-api microsoft-graph-sdks