Package | Description |
---|---|
com.box.boxjavalibv2.requests | |
com.box.boxjavalibv2.requests.requestobjects | |
com.box.boxjavalibv2.resourcemanagers |
Constructor and Description |
---|
GetAllCollaborationsRequest(IBoxConfig config,
IBoxJSONParser parser,
BoxGetAllCollabsRequestObject collabObject) |
Modifier and Type | Method and Description |
---|---|
static BoxGetAllCollabsRequestObject |
BoxGetAllCollabsRequestObject.getAllCollaborationsRequestObject(java.lang.String status)
Create an request object used to make get all collaborations request.
|
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) |