public class FileMini extends FileBase
| Modifier and Type | Class and Description |
|---|---|
static class |
FileMini.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected FileVersionMini |
fileVersion |
protected String |
name
The name of the file.
|
protected String |
sequenceId |
protected String |
sha1
The SHA1 hash of the file.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
FileMini(FileMini.Builder builder) |
|
FileMini(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FileVersionMini |
getFileVersion() |
String |
getName() |
String |
getSequenceId() |
String |
getSha1() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String sequenceId
protected String sha1
protected FileVersionMini fileVersion
protected FileMini(FileMini.Builder builder)
public String getSequenceId()
public FileVersionMini getFileVersion()