public class BoxItemCollection extends BoxTypedObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COLLECTION_TYPE_FAVORITES |
static java.lang.String |
FIELD_COLLECTION_TYPE |
static java.lang.String |
FIELD_NAME |
FIELD_CREATED_AT, FIELD_ID, FIELD_MODIFIED_AT, FIELD_TYPE| Constructor and Description |
|---|
BoxItemCollection()
Constructor.
|
BoxItemCollection(BoxItemCollection obj)
Copy constructor, this does deep copy for all the fields.
|
BoxItemCollection(IBoxParcelWrapper in) |
BoxItemCollection(java.util.Map<java.lang.String,java.lang.Object> map)
Instantiate the object from a map.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCollectionType()
Get the system-defined type of this collection.
|
java.lang.String |
getName()
Get the name of this collection.
|
boolean |
isFavoritesCollection() |
dateCreatedAt, dateModifiedAt, getCreatedAt, getId, getModifiedAt, getType, resourceType, setTypecanBeHandledAsUnknown, contains, equals, extraProperties, getExtraData, getValue, handleUnknown, hashCode, properties, put, writeToParcelpublic static final java.lang.String FIELD_NAME
public static final java.lang.String FIELD_COLLECTION_TYPE
public static final java.lang.String COLLECTION_TYPE_FAVORITES
public BoxItemCollection()
public BoxItemCollection(BoxItemCollection obj)
obj - public BoxItemCollection(java.util.Map<java.lang.String,java.lang.Object> map)
map - public BoxItemCollection(IBoxParcelWrapper in)
public java.lang.String getName()
public java.lang.String getCollectionType()
public boolean isFavoritesCollection()