Class SharePoint
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.resource.SharePoint
-
public class SharePoint extends Object
Functions for managing SharePoint repositories.
-
-
Constructor Summary
Constructors Constructor Description SharePoint(NetworkConnectionManager connection, APISession apiSession)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtectorDownloadTypeResultJson
uploadExternalDocumentV30(String externalUuid, String versionUuid, File data)
Uploads an external file and returns JSON data about it.
-
-
-
Constructor Detail
-
SharePoint
public SharePoint(NetworkConnectionManager connection, APISession apiSession)
-
-
Method Detail
-
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
-
-