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