public class FileVersionFull extends FileVersion
| Modifier and Type | Class and Description |
|---|---|
static class |
FileVersionFull.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
versionNumber
The version number of this file version.
|
createdAt, modifiedAt, modifiedBy, name, purgedAt, restoredAt, restoredBy, size, trashedAt, trashedBy, uploaderDisplayNamesha1id, typeexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
FileVersionFull(FileVersionFull.Builder builder) |
|
FileVersionFull(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getVersionNumber() |
int |
hashCode() |
String |
toString() |
getCreatedAt, getModifiedAt, getModifiedBy, getName, getPurgedAt, getRestoredAt, getRestoredBy, getSize, getTrashedAt, getTrashedBy, getUploaderDisplayNamegetSha1getId, getTypegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String versionNumber
public FileVersionFull(String id)
protected FileVersionFull(FileVersionFull.Builder builder)
public String getVersionNumber()
public boolean equals(Object o)
equals in class FileVersionpublic int hashCode()
hashCode in class FileVersionpublic String toString()
toString in class FileVersion