public abstract class BoxCollaborator extends BoxResource
Modifier and Type | Class and Description |
---|---|
static class |
BoxCollaborator.CollaboratorType
Enumerates the possible types of collaborations.
|
static class |
BoxCollaborator.GroupType
Enumerates the possible types of groups.
|
class |
BoxCollaborator.Info
Contains information about a BoxCollaborator.
|
Constructor and Description |
---|
BoxCollaborator(BoxAPIConnection api,
String id)
Constructs a BoxCollaborator for a collaborator with a given ID.
|
public BoxCollaborator(BoxAPIConnection api, String id)
api
- the API connection to be used by the collaborator.id
- the ID of the collaborator.