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