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