public class AddShareLinkToWebLinkRequestBodySharedLinkPermissionsField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AddShareLinkToWebLinkRequestBodySharedLinkPermissionsField.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 `true` is `type` is `file`.
|
protected Boolean |
canPreview
If the shared link allows for previewing of files.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
AddShareLinkToWebLinkRequestBodySharedLinkPermissionsField() |
protected |
AddShareLinkToWebLinkRequestBodySharedLinkPermissionsField(AddShareLinkToWebLinkRequestBodySharedLinkPermissionsField.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 AddShareLinkToWebLinkRequestBodySharedLinkPermissionsField()
protected AddShareLinkToWebLinkRequestBodySharedLinkPermissionsField(AddShareLinkToWebLinkRequestBodySharedLinkPermissionsField.Builder builder)
public Boolean getCanDownload()
public Boolean getCanPreview()
public Boolean getCanEdit()