public class BoxItem extends BoxTypedObject
.dao.BoxFile
/BoxFolder
/...)Modifier and Type | Field and Description |
---|---|
static String |
FIELD_CREATED_BY |
static String |
FIELD_DESCRIPTION |
static String |
FIELD_ETAG |
static String |
FIELD_ITEM_STATUS |
static String |
FIELD_MODIFIED_BY |
static String |
FIELD_NAME |
static String |
FIELD_OWNED_BY |
static String |
FIELD_PARENT |
static String |
FIELD_PATH_COLLECTION |
static String |
FIELD_SEQUENCE_ID |
static String |
FIELD_SHARED_LINK |
static String |
FIELD_SIZE |
static String |
FIELD_TAGS |
FIELD_CREATED_AT, FIELD_ID, FIELD_MODIFIED_AT, FIELD_TYPE
Constructor and Description |
---|
BoxItem() |
BoxItem(BoxItem obj)
Copy constructor, this does deep copy for all the fields.
|
BoxItem(Map<String,Object> map)
Instantiate the object from a map.
|
Modifier and Type | Method and Description |
---|---|
BoxUser |
getCreatedBy()
Get the user creating this item.
|
String |
getDescription()
Get description of the item.
|
String |
getEtag()
Get etag.
|
String |
getItemStatus()
Get the status of this item, which indicates whether this item is deleted or not.
|
BoxUser |
getModifiedBy()
Get the user last modified the item.
|
String |
getName()
Get name of the item.
|
BoxUser |
getOwnedBy()
Get owner of the item.
|
BoxFolder |
getParent()
Get parent folder.
|
BoxCollection |
getPathCollection()
Get the path of folders to this item, starting at the root.
|
String |
getSequenceId()
Getter.
|
BoxSharedLink |
getSharedLink()
Get shared link of box item.
|
Double |
getSize()
Get size of the box item.
|
String[] |
getTags()
Get the tags that are set on this item.
|
dateCreatedAt, dateModifiedAt, getCreatedAt, getId, getModifiedAt, getType, resourceType, setType
contains, equals, getExtraData, getKeySet, getValue, handleUnknown, hashCode, properties, put, putAll
toJSONString
public static final String FIELD_ETAG
public static final String FIELD_SEQUENCE_ID
public static final String FIELD_NAME
public static final String FIELD_DESCRIPTION
public static final String FIELD_SIZE
public static final String FIELD_ITEM_STATUS
public static final String FIELD_SHARED_LINK
public static final String FIELD_CREATED_BY
public static final String FIELD_MODIFIED_BY
public static final String FIELD_OWNED_BY
public static final String FIELD_PARENT
public static final String FIELD_PATH_COLLECTION
public static final String FIELD_TAGS
public BoxItem()
public BoxItem(BoxItem obj)
obj
- public BoxCollection getPathCollection()
public String getSequenceId()
public String getDescription()
public Double getSize()
public BoxSharedLink getSharedLink()
public BoxUser getCreatedBy()
public BoxUser getModifiedBy()
public BoxUser getOwnedBy()
public String getItemStatus()
Copyright © 2015 Nuxeo SA. All rights reserved.