public class BoxAndroidWebLink extends BoxWebLink
Modifier and Type | Field and Description |
---|---|
static |
CREATOR |
FIELD_URL
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 |
---|
BoxAndroidWebLink() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
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.
|
void |
writeToParcel(Parcel dest,
int flags) |
getUrl
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 BoxAndroidSharedLink getSharedLink()
BoxItem
getSharedLink
in class BoxItem
public BoxAndroidCollection getPathCollection()
BoxItem
getPathCollection
in class BoxItem
public int describeContents()
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface IBoxParcelable
writeToParcel
in class BoxObject