public class BoxCollection extends BoxCollectionBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FIELD_TOTAL_COUNT |
FIELD_ENTRIES
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.lang.Integer |
getTotalCount() |
getEntries
contains, equals, extraProperties, getExtraData, getValue, handleUnknown, hashCode, put, writeToParcel
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)