public class BoxCollection extends BoxCollectionBase
| Modifier and Type | Field and Description |
|---|---|
static 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(Map<String,Object> map)
Instantiate the object from a map.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getTotalCount() |
getEntriescontains, equals, extraProperties, getExtraData, getValue, handleUnknown, hashCode, put, writeToParceltoJSONStringpublic static final String FIELD_TOTAL_COUNT
public BoxCollection()
public BoxCollection(BoxCollection obj)
obj - public BoxCollection(Map<String,Object> map)
map - public BoxCollection(IBoxParcelWrapper in)
public Integer getTotalCount()
Copyright © 2014. All Rights Reserved.