public class UpdateSharedLinkOnFolderRequestBodySharedLinkPermissionsField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateSharedLinkOnFolderRequestBodySharedLinkPermissionsField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
canDownload
If the shared link allows for downloading of files.
|
protected Boolean |
canEdit
This value can only be `false` for items with a `type` of `folder`.
|
protected Boolean |
canPreview
If the shared link allows for previewing of files.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UpdateSharedLinkOnFolderRequestBodySharedLinkPermissionsField() |
protected |
UpdateSharedLinkOnFolderRequestBodySharedLinkPermissionsField(UpdateSharedLinkOnFolderRequestBodySharedLinkPermissionsField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getCanDownload() |
Boolean |
getCanEdit() |
Boolean |
getCanPreview() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Boolean canDownload
protected Boolean canPreview
public UpdateSharedLinkOnFolderRequestBodySharedLinkPermissionsField()
protected UpdateSharedLinkOnFolderRequestBodySharedLinkPermissionsField(UpdateSharedLinkOnFolderRequestBodySharedLinkPermissionsField.Builder builder)
public Boolean getCanDownload()
public Boolean getCanPreview()
public Boolean getCanEdit()