public class BoxWebLink extends BoxItem
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
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 |
---|
BoxWebLink()
Constructor.
|
BoxWebLink(BoxWebLink obj)
Copy constructor, this does deep copy for all the fields.
|
BoxWebLink(IBoxParcelWrapper in) |
BoxWebLink(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 |
getUrl()
Get url of the weblink.
|
getAllowedSharedLinkAccessLevels, getCreatedBy, getDescription, getEtag, getItemStatus, getModifiedBy, getName, getOwnedBy, getParent, getPathCollection, getSequenceId, getSharedLink, getSize, getTags
dateCreatedAt, dateModifiedAt, getCreatedAt, getId, getModifiedAt, getType, resourceType, setType
contains, equals, extraProperties, getExtraData, getValue, handleUnknown, hashCode, put, writeToParcel
public static final java.lang.String FIELD_URL
public BoxWebLink()
public BoxWebLink(BoxWebLink obj)
obj
- public BoxWebLink(java.util.Map<java.lang.String,java.lang.Object> map)
map
- public BoxWebLink(IBoxParcelWrapper in)