Package | Description |
---|---|
com.box.boxandroidlibv2.dao | |
com.box.boxjavalibv2.dao | |
com.box.boxjavalibv2.resourcemanagers |
Modifier and Type | Class and Description |
---|---|
class |
BoxAndroidCollaboration
Data class for Collaboration.
|
Constructor and Description |
---|
BoxCollaboration(BoxCollaboration obj)
Copy constructor, this does deep copy for all the fields.
|
Modifier and Type | Method and Description |
---|---|
BoxCollaboration |
IBoxCollaborationsManager.createCollaboration(java.lang.String folderId,
BoxCollabRequestObject collabObject)
Add a collaboration for a single user to a folder.
|
BoxCollaboration |
BoxCollaborationsManagerImpl.createCollaboration(java.lang.String folderId,
BoxCollabRequestObject collabObject) |
BoxCollaboration |
IBoxCollaborationsManager.getCollaboration(java.lang.String collabId,
BoxDefaultRequestObject requestObject)
Get a collaboration.
|
BoxCollaboration |
BoxCollaborationsManagerImpl.getCollaboration(java.lang.String collabId,
BoxDefaultRequestObject requestObject) |
BoxCollaboration |
IBoxCollaborationsManager.updateCollaboration(java.lang.String collabId,
BoxCollabRequestObject requestObject)
Update a collaboration.
|
BoxCollaboration |
BoxCollaborationsManagerImpl.updateCollaboration(java.lang.String collabId,
BoxCollabRequestObject requestObject) |
Modifier and Type | Method and Description |
---|---|
java.util.List<BoxCollaboration> |
IBoxCollaborationsManager.getAllCollaborations(BoxGetAllCollabsRequestObject collabObject)
Get all collaborations.
|
java.util.List<BoxCollaboration> |
BoxCollaborationsManagerImpl.getAllCollaborations(BoxGetAllCollabsRequestObject collabObject) |
static java.util.List<BoxCollaboration> |
BoxCollaborationsManagerImpl.getCollaborations(BoxCollection collection)
Deprecated.
|
java.util.List<BoxCollaboration> |
IBoxFoldersManager.getFolderCollaborations(java.lang.String folderId,
BoxDefaultRequestObject requestObject)
Get collaborations of a folder.
|
java.util.List<BoxCollaboration> |
BoxFoldersManageImpl.getFolderCollaborations(java.lang.String folderId,
BoxDefaultRequestObject requestObject) |