public class BoxAndroidFolder extends BoxFolder
Modifier and Type | Field and Description |
---|---|
static |
CREATOR |
FIELD_FOLDER_UPLOAD_EMAIL, FIELD_HAS_COLLABORATIONS, FIELD_ITEM_COLLECTION
FIELD_ALLOWED_SHARED_LINK_ACCESS_LEVELS, FIELD_CREATED_BY, FIELD_DESCRIPTION, FIELD_ETAG, FIELD_ITEM_STATUS, FIELD_MODIFIED_BY, FIELD_NAME, FIELD_OWNED_BY, FIELD_PARENT, FIELD_PATH_COLLECTION, FIELD_SEQUENCE_ID, FIELD_SHARED_LINK, FIELD_SIZE, FIELD_TAGS
FIELD_CREATED_AT, FIELD_ID, FIELD_MODIFIED_AT, FIELD_TYPE
Constructor and Description |
---|
BoxAndroidFolder() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
BoxAndroidCollection |
getItemCollection()
Getter.Get the items(files, subfolders, web links...) under this box folder.
|
BoxAndroidFolder |
getParent()
Get parent folder.
|
BoxAndroidCollection |
getPathCollection()
Get the path of folders to this item, starting at the root.
|
BoxAndroidSharedLink |
getSharedLink()
Get shared link of box item.
|
protected void |
setItemCollection(BoxAndroidCollection itemCollection) |
void |
writeToParcel(Parcel dest,
int flags) |
getFolderUploadEmail, hasCollaborations, hasCollaborations, setFolderUploadEmail, setHasCollaborations, setItemCollection
getAllowedSharedLinkAccessLevels, getCreatedBy, getDescription, getEtag, getItemStatus, getModifiedBy, getName, getOwnedBy, getSequenceId, getSize, getTags
dateCreatedAt, dateModifiedAt, getCreatedAt, getId, getModifiedAt, getType, resourceType, setType
contains, equals, extraProperties, getExtraData, getValue, handleUnknown, hashCode, put
public BoxAndroidFolder getParent()
BoxItem
public BoxAndroidCollection getItemCollection()
BoxFolder
getItemCollection
in class BoxFolder
protected void setItemCollection(BoxAndroidCollection itemCollection)
public BoxAndroidCollection getPathCollection()
BoxItem
getPathCollection
in class BoxItem
public BoxAndroidSharedLink getSharedLink()
BoxItem
getSharedLink
in class BoxItem
public int describeContents()
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface IBoxParcelable
writeToParcel
in class BoxObject