public class FileVersion extends FileVersionMini
| Modifier and Type | Class and Description |
|---|---|
static class |
FileVersion.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdAt
When the file version object was created.
|
protected OffsetDateTime |
modifiedAt
When the file version object was last updated.
|
protected UserMini |
modifiedBy |
protected String |
name
The name of the file version.
|
protected OffsetDateTime |
purgedAt
When the file version object will be permanently deleted.
|
protected OffsetDateTime |
restoredAt
When the file version was restored from the trash.
|
protected UserMini |
restoredBy |
protected Long |
size
Size of the file version in bytes.
|
protected OffsetDateTime |
trashedAt
When the file version object was trashed.
|
protected UserMini |
trashedBy |
protected String |
uploaderDisplayName |
sha1id, typeexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
FileVersion(FileVersion.Builder builder) |
|
FileVersion(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedAt() |
OffsetDateTime |
getModifiedAt() |
UserMini |
getModifiedBy() |
String |
getName() |
OffsetDateTime |
getPurgedAt() |
OffsetDateTime |
getRestoredAt() |
UserMini |
getRestoredBy() |
Long |
getSize() |
OffsetDateTime |
getTrashedAt() |
UserMini |
getTrashedBy() |
String |
getUploaderDisplayName() |
int |
hashCode() |
String |
toString() |
getSha1getId, getTypegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected OffsetDateTime createdAt
protected OffsetDateTime modifiedAt
protected UserMini modifiedBy
protected OffsetDateTime trashedAt
protected OffsetDateTime restoredAt
protected UserMini restoredBy
protected OffsetDateTime purgedAt
protected String uploaderDisplayName
public FileVersion(String id)
protected FileVersion(FileVersion.Builder builder)
public OffsetDateTime getCreatedAt()
public OffsetDateTime getModifiedAt()
public UserMini getModifiedBy()
public OffsetDateTime getTrashedAt()
public UserMini getTrashedBy()
public OffsetDateTime getRestoredAt()
public UserMini getRestoredBy()
public OffsetDateTime getPurgedAt()
public String getUploaderDisplayName()
public boolean equals(Object o)
equals in class FileVersionMinipublic int hashCode()
hashCode in class FileVersionMinipublic String toString()
toString in class FileVersionMini