public class UpdateFileByIdRequestBodyLockField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateFileByIdRequestBodyLockField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<UpdateFileByIdRequestBodyLockAccessField> |
access
The type of this object.
|
protected OffsetDateTime |
expiresAt
Defines the time at which the lock expires.
|
protected Boolean |
isDownloadPrevented
Defines if the file can be downloaded while it is locked.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UpdateFileByIdRequestBodyLockField() |
protected |
UpdateFileByIdRequestBodyLockField(UpdateFileByIdRequestBodyLockField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnumWrapper<UpdateFileByIdRequestBodyLockAccessField> |
getAccess() |
OffsetDateTime |
getExpiresAt() |
Boolean |
getIsDownloadPrevented() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<UpdateFileByIdRequestBodyLockAccessField> access
protected OffsetDateTime expiresAt
protected Boolean isDownloadPrevented
public UpdateFileByIdRequestBodyLockField()
protected UpdateFileByIdRequestBodyLockField(UpdateFileByIdRequestBodyLockField.Builder builder)
public EnumWrapper<UpdateFileByIdRequestBodyLockAccessField> getAccess()
public OffsetDateTime getExpiresAt()
public Boolean getIsDownloadPrevented()