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