public class UploadFilesExample extends Object
Constructor and Description |
---|
UploadFilesExample(APISession apiSession)
Creates an instances of the UploadFilesExample class
|
Modifier and Type | Method and Description |
---|---|
UploadResult |
uploadDocument(String localPath,
String filename,
HashSet<String> userRecipients,
HashSet<String> ADGroupsRecipients,
HashSet<String> listRecipients)
UploadDocument
|
UploadResult |
uploadDocumentToRoom(int roomId,
String destinationFileName,
String filename,
String folder,
List<String> groups,
List<String> domains)
UploadDocumentToRoom
|
public UploadFilesExample(APISession apiSession)
apiSession
- An ApiSession instance to be used.public UploadResult uploadDocument(String localPath, String filename, HashSet<String> userRecipients, HashSet<String> ADGroupsRecipients, HashSet<String> listRecipients)
localPath
- filename
- userRecipients
- ADGroupsRecipients
- listRecipients
- Copyright © 2019. All rights reserved.