Uses of Class
com.blackberry.workspaces.sdk.api.json.SubmitIfNewJson
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.resource |
-
Uses of SubmitIfNewJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.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).