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(IBoxParcelWrapper in) |
BoxCollectionBase(Map<String,Object> map)
Instantiate the object from a map.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<BoxTypedObject> |
getEntries() |
contains, equals, extraProperties, getExtraData, getValue, handleUnknown, hashCode, put, writeToParceltoJSONStringpublic static final String FIELD_ENTRIES
public BoxCollectionBase()
public BoxCollectionBase(BoxCollectionBase obj)
obj - public BoxCollectionBase(Map<String,Object> map)
map - public BoxCollectionBase(IBoxParcelWrapper in)
public ArrayList<BoxTypedObject> getEntries()
Copyright © 2014. All Rights Reserved.