public class BoxCollection extends BoxObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FIELD_ENTRIES |
static java.lang.String |
FIELD_TOTAL_COUNT |
Constructor and Description |
---|
BoxCollection() |
BoxCollection(BoxCollection obj)
Copy constructor, this does deep copy for all the fields.
|
BoxCollection(IBoxParcelWrapper in) |
BoxCollection(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() |
java.lang.Integer |
getTotalCount() |
contains, equals, getExtraData, getValue, handleUnknown, hashCode, properties, put, writeToParcel
toJSONString
public static final java.lang.String FIELD_ENTRIES
public static final java.lang.String FIELD_TOTAL_COUNT
public BoxCollection()
public BoxCollection(BoxCollection obj)
obj
- public BoxCollection(java.util.Map<java.lang.String,java.lang.Object> map)
map
- public BoxCollection(IBoxParcelWrapper in)
public java.util.ArrayList<BoxTypedObject> getEntries()
public java.lang.Integer getTotalCount()