public class FolderFullPermissionsField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
FolderFullPermissionsField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
canApplyWatermark
Specifies if the user can apply a watermark to this folder and its contents.
|
protected boolean |
canDelete
Specifies if the current user can delete this item.
|
protected boolean |
canDownload
Specifies if the current user can download this item.
|
protected boolean |
canInviteCollaborator
Specifies if the current user can invite new users to collaborate on this item, and if the user
can update the role of a user already collaborated on this item.
|
protected boolean |
canRename
Specifies if the user can rename this item.
|
protected boolean |
canSetShareAccess
Specifies if the user can change the access level of an existing shared link on this item.
|
protected boolean |
canShare
Specifies if the user can create a shared link for this item.
|
protected boolean |
canUpload
Specifies if the user can upload into this folder.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
FolderFullPermissionsField(boolean canDelete,
boolean canDownload,
boolean canInviteCollaborator,
boolean canRename,
boolean canSetShareAccess,
boolean canShare,
boolean canUpload) |
protected |
FolderFullPermissionsField(FolderFullPermissionsField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getCanApplyWatermark() |
boolean |
getCanDelete() |
boolean |
getCanDownload() |
boolean |
getCanInviteCollaborator() |
boolean |
getCanRename() |
boolean |
getCanSetShareAccess() |
boolean |
getCanShare() |
boolean |
getCanUpload() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final boolean canDelete
protected final boolean canDownload
protected final boolean canInviteCollaborator
protected final boolean canRename
protected final boolean canSetShareAccess
protected final boolean canShare
protected final boolean canUpload
protected Boolean canApplyWatermark
public FolderFullPermissionsField(boolean canDelete, boolean canDownload, boolean canInviteCollaborator, boolean canRename, boolean canSetShareAccess, boolean canShare, boolean canUpload)
protected FolderFullPermissionsField(FolderFullPermissionsField.Builder builder)
public boolean getCanDelete()
public boolean getCanDownload()
public boolean getCanInviteCollaborator()
public boolean getCanRename()
public boolean getCanSetShareAccess()
public boolean getCanShare()
public boolean getCanUpload()
public Boolean getCanApplyWatermark()