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