public class BoxCollaborationRole
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CO_OWNERA Co-Owner has all of the functional read/ write access that an Editor does. | 
| static java.lang.String | EDITORAn Editor has full read/ write access to a folder. | 
| static java.lang.String | PREVIEWERA Previewer only has limited read access. | 
| static java.lang.String | PREVIEWER_UPLOADERThis access level is a combination of Previewer and Uploader. | 
| static java.lang.String | UPLOADERAn Uploader is the most limited access that a user can have in a folder and provides limited write access. | 
| static java.lang.String | VIEWERA Viewer has full read access to a folder. | 
| static java.lang.String | VIEWER_UPLOADERThis 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