public class Files extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Files.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<FileFull> |
entries
A list of files.
|
protected Long |
totalCount
The number of files.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
Files() |
protected |
Files(Files.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<FileFull> |
getEntries() |
Long |
getTotalCount() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long totalCount
public Files()
protected Files(Files.Builder builder)
public Long getTotalCount()
public List<FileFull> getEntries()