public class TrashFilePathCollectionField extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected List<TrashFilePathCollectionEntriesField> |
entries
Array of folders for this item's path collection.
|
protected long |
totalCount
The number of folders in this list.
|
explicitlySetNullableFields| Constructor and Description |
|---|
TrashFilePathCollectionField(long totalCount,
List<TrashFilePathCollectionEntriesField> entries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<TrashFilePathCollectionEntriesField> |
getEntries() |
long |
getTotalCount() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final long totalCount
protected final List<TrashFilePathCollectionEntriesField> entries
public TrashFilePathCollectionField(long totalCount, List<TrashFilePathCollectionEntriesField> entries)
public long getTotalCount()
public List<TrashFilePathCollectionEntriesField> getEntries()