public class BoxCollectionBase extends BoxObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FIELD_ENTRIES |
Constructor and Description |
---|
BoxCollectionBase() |
BoxCollectionBase(BoxCollectionBase obj)
Copy constructor, this does deep copy for all the fields.
|
BoxCollectionBase(IBoxParcelWrapper in) |
BoxCollectionBase(java.util.Map<java.lang.String,java.lang.Object> map)
Instantiate the object from a map.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<BoxTypedObject> |
getEntries() |
contains, equals, extraProperties, getExtraData, getValue, handleUnknown, hashCode, put, writeToParcel
public static final java.lang.String FIELD_ENTRIES
public BoxCollectionBase()
public BoxCollectionBase(BoxCollectionBase obj)
obj
- public BoxCollectionBase(java.util.Map<java.lang.String,java.lang.Object> map)
map
- public BoxCollectionBase(IBoxParcelWrapper in)
public java.util.ArrayList<BoxTypedObject> getEntries()