Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个关于 Rally WSAPI 文档的简单问题。只是为了确认一下Modifiable Collection,文档中的字段会告知此集合是否可以更新,对吗?
Modifiable Collection
是的。使用 json 动态对象,我们可以这样做:
DynamicJsonObject newProjectPermission = new DynamicJsonObject(); newProjectPermission["User"] = myUser; newProjectPermission["Project"] = myProject; newProjectPermission["Role"] = "Editor";