public class FileFullLockField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
FileFullLockField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<FileFullLockAppTypeField> |
appType
If the lock is managed by an application rather than a user, this field identifies the type of
the application that holds the lock.
|
protected OffsetDateTime |
createdAt
The time this lock was created at.
|
protected UserMini |
createdBy |
protected OffsetDateTime |
expiredAt
The time this lock is to expire at, which might be in the past.
|
protected String |
id
The unique identifier for this lock.
|
protected Boolean |
isDownloadPrevented
Whether or not the file can be downloaded while locked.
|
protected EnumWrapper<FileFullLockTypeField> |
type
The value will always be `lock`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
FileFullLockField() |
protected |
FileFullLockField(FileFullLockField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnumWrapper<FileFullLockAppTypeField> |
getAppType() |
OffsetDateTime |
getCreatedAt() |
UserMini |
getCreatedBy() |
OffsetDateTime |
getExpiredAt() |
String |
getId() |
Boolean |
getIsDownloadPrevented() |
EnumWrapper<FileFullLockTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<FileFullLockTypeField> type
protected OffsetDateTime createdAt
protected OffsetDateTime expiredAt
protected Boolean isDownloadPrevented
protected EnumWrapper<FileFullLockAppTypeField> appType
public FileFullLockField()
protected FileFullLockField(FileFullLockField.Builder builder)
public EnumWrapper<FileFullLockTypeField> getType()
public UserMini getCreatedBy()
public OffsetDateTime getCreatedAt()
public OffsetDateTime getExpiredAt()
public Boolean getIsDownloadPrevented()
public EnumWrapper<FileFullLockAppTypeField> getAppType()