public class BoxCollaborationRole
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CO_OWNER
A Co-Owner has all of the functional read/ write access that an Editor does.
|
static java.lang.String |
EDITOR
An Editor has full read/ write access to a folder.
|
static java.lang.String |
PREVIEWER
A Previewer only has limited read access.
|
static java.lang.String |
PREVIEWER_UPLOADER
This access level is a combination of Previewer and Uploader.
|
static java.lang.String |
UPLOADER
An Uploader is the most limited access that a user can have in a folder and provides limited write access.
|
static java.lang.String |
VIEWER
A Viewer has full read access to a folder.
|
static java.lang.String |
VIEWER_UPLOADER
This access level is a combination of Viewer and Uploader.
|
Constructor and Description |
---|
BoxCollaborationRole() |
public static final java.lang.String EDITOR
public static final java.lang.String VIEWER
public static final java.lang.String PREVIEWER
public static final java.lang.String UPLOADER
public static final java.lang.String PREVIEWER_UPLOADER
public static final java.lang.String VIEWER_UPLOADER
public static final java.lang.String CO_OWNER