public class BoxEventCollection extends BoxCollectionBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FIELD_CHUNK_SIZE |
static java.lang.String |
FIELD_NEXT_STREAM_POSITION |
FIELD_ENTRIES| Constructor and Description |
|---|
BoxEventCollection() |
BoxEventCollection(BoxEventCollection obj)
Copy constructor, this does deep copy for all the fields.
|
BoxEventCollection(IBoxParcelWrapper in) |
BoxEventCollection(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 |
getChunkSize() |
java.lang.Long |
getNextStreamPosition() |
getEntriescontains, equals, extraProperties, getExtraData, getValue, handleUnknown, hashCode, put, writeToParcelpublic static final java.lang.String FIELD_CHUNK_SIZE
public static final java.lang.String FIELD_NEXT_STREAM_POSITION
public BoxEventCollection()
public BoxEventCollection(BoxEventCollection obj)
obj - public BoxEventCollection(java.util.Map<java.lang.String,java.lang.Object> map)
map - public BoxEventCollection(IBoxParcelWrapper in)