public class BoxCollection extends BoxCollectionBase
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_TOTAL_COUNT |
FIELD_ENTRIES
Constructor and Description |
---|
BoxCollection() |
BoxCollection(BoxCollection obj)
Copy constructor, this does deep copy for all the fields.
|
BoxCollection(Map<String,Object> map)
Instantiate the object from a map.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getTotalCount() |
getEntries
contains, equals, getExtraData, getKeySet, getValue, handleUnknown, hashCode, properties, put, putAll
toJSONString
public static final String FIELD_TOTAL_COUNT
public BoxCollection()
public BoxCollection(BoxCollection obj)
obj
- public BoxCollection(Map<String,Object> map)
map
- public Integer getTotalCount()
Copyright © 2015 Nuxeo SA. All rights reserved.