Uses of Class
com.blackberry.workspaces.api.sdk.json.SubmitDocumentSdsJson
-
Packages that use SubmitDocumentSdsJson Package Description com.blackberry.workspaces.api.sdk com.blackberry.workspaces.api.sdk.resource -
-
Uses of SubmitDocumentSdsJson in com.blackberry.workspaces.api.sdk
Methods in com.blackberry.workspaces.api.sdk with parameters of type SubmitDocumentSdsJson Modifier and Type Method Description UploadResult
UploadManager. uploadDocument(SubmitDocumentSdsJson uploadInfo, String localPath, String tempPath, String filename, String targetID)
Uploads a new file to Exchange. -
Uses of SubmitDocumentSdsJson in com.blackberry.workspaces.api.sdk.resource
Methods in com.blackberry.workspaces.api.sdk.resource with parameters of type SubmitDocumentSdsJson Modifier and Type Method Description ItemListJson<DocumentJson>
Documents. submitDocumentsV30(SubmitDocumentSdsJson submitDocumentSdsJson)
Submits files in Inbox/Sent items.ItemListJson<DocumentJson>
Files. submitDocumentsV30(SubmitDocumentSdsJson submitDocumentSdsJson)
Submits files in Inbox/Sent items.
-