Uses of Class
com.blackberry.workspaces.api.sdk.json.SubmitIfNewJson
-
Packages that use SubmitIfNewJson Package Description com.blackberry.workspaces.api.sdk.resource -
-
Uses of SubmitIfNewJson in com.blackberry.workspaces.api.sdk.resource
Methods in com.blackberry.workspaces.api.sdk.resource that return SubmitIfNewJson Modifier and Type Method Description SubmitIfNewJson
Rooms. createNewDocumentV30(CreateNewDocumentJson createNewDocumentJson)
Create new empty documentSubmitIfNewJson
Workspaces. createNewDocumentV30(CreateNewDocumentJson createNewDocumentJson)
Create new empty documentSubmitIfNewJson
Rooms. submitDocumentIfNewV30(String roomId, SubmitDocumentVdrJson submitDocumentVdrJson)
Submits a file to a room if the file is new (ie not a new version of an existing file).SubmitIfNewJson
Workspaces. submitDocumentIfNewV30(String roomId, SubmitDocumentVdrJson submitDocumentVdrJson)
Submits a file to a room if the file is new (ie not a new version of an existing file).
-