Class SharePoint
java.lang.Object
com.blackberry.workspaces.sdk.api.resource.SharePoint
public class SharePoint extends Object
Functions for managing SharePoint repositories.
-
Constructor Summary
Constructors Constructor Description SharePoint(NetworkConnectionManager connection, APISession apiSession)
-
Method Summary
Modifier and Type Method Description ProtectorDownloadTypeResultJson
uploadExternalDocumentV30(String externalUuid, String versionUuid, File data)
Uploads an external file and returns JSON data about it.
-
Constructor Details
-
Method Details
-
uploadExternalDocumentV30
public ProtectorDownloadTypeResultJson uploadExternalDocumentV30(String externalUuid, String versionUuid, File data)Uploads an external file and returns JSON data about it.- Parameters:
data
- The file to uploadexternalUuid
- uuid of the external fileversionUuid
- uuid of the version information- Returns:
- Various uuids and download type information
-