| Package | Description |
|---|---|
| com.box.boxjavalibv2.dao | |
| com.box.boxjavalibv2.resourcemanagers |
| Constructor and Description |
|---|
BoxCollaboration(BoxCollaboration obj)
Copy constructor, this does deep copy for all the fields.
|
| Modifier and Type | Method and Description |
|---|---|
BoxCollaboration |
BoxCollaborationsManager.createCollaboration(String folderId,
BoxCollabRequestObject collabObject)
Add a collaboration for a single user to a folder.
|
BoxCollaboration |
BoxCollaborationsManager.getCollaboration(String collabId,
BoxDefaultRequestObject requestObject)
Get a collaboration.
|
BoxCollaboration |
BoxCollaborationsManager.updateCollaboration(String collabId,
BoxCollabRequestObject requestObject)
Update a collaboration.
|
| Modifier and Type | Method and Description |
|---|---|
List<BoxCollaboration> |
BoxCollaborationsManager.getAllCollaborations(BoxCollabRequestObject collabObject)
Get all collaborations.
|
static List<BoxCollaboration> |
BoxCollaborationsManager.getCollaborations(BoxCollection collection)
Get collaborations from a collection.
|
List<BoxCollaboration> |
BoxFoldersManager.getFolderCollaborations(String folderId,
BoxDefaultRequestObject requestObject)
Get collaborations of a folder.
|
Copyright © 2014. All Rights Reserved.