public class BoxCollectionWrapper extends BoxObject
BoxCollection
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FIELD_ITEM_COLLECTION |
Constructor and Description |
---|
BoxCollectionWrapper() |
BoxCollectionWrapper(BoxCollectionWrapper obj)
Copy constructor, this does deep copy for all the fields.
|
BoxCollectionWrapper(java.util.Map<java.lang.String,java.lang.Object> map)
Instantiate the object from a map.
|
Modifier and Type | Method and Description |
---|---|
BoxCollection |
getItemCollection()
Getter.
|
contains, equals, getExtraData, getValue, handleUnknown, hashCode, properties, put, writeToParcel
toJSONString
public static final java.lang.String FIELD_ITEM_COLLECTION
public BoxCollectionWrapper()
public BoxCollectionWrapper(BoxCollectionWrapper obj)
obj
- public BoxCollectionWrapper(java.util.Map<java.lang.String,java.lang.Object> map)
map
- public BoxCollection getItemCollection()