public class BoxSharedLink extends BoxObject
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_ACCESS |
static String |
FIELD_DOWNLOAD_COUNT |
static String |
FIELD_DOWNLOAD_URL |
static String |
FIELD_PASSWORD_ENABLED |
static String |
FIELD_PERMISSIONS |
static String |
FIELD_PREVIEW_COUNT |
static String |
FIELD_UNSHARED_AT |
static String |
FIELD_URL |
| Constructor and Description |
|---|
BoxSharedLink() |
BoxSharedLink(BoxSharedLink obj)
Copy constructor, this does deep copy for all the fields.
|
BoxSharedLink(IBoxParcelWrapper in) |
BoxSharedLink(Map<String,Object> map)
Instantiate the object from a map.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess()
Get access.
|
Integer |
getDownloadCount()
Get download count.
|
String |
getDownloadUrl()
Get the url to download the shared item.
|
BoxSharedLinkPermissions |
getPermissions()
Get permissions.
|
Integer |
getPreviewCount()
Get the preview count.
|
String |
getUnsharedAt()
Get the time to unshare this link.
|
String |
getUrl()
Get the url of the shared link.
|
Boolean |
isPasswordEnabled()
Whether this shared link is password enabled.
|
contains, equals, extraProperties, getExtraData, getValue, handleUnknown, hashCode, put, writeToParceltoJSONStringpublic static final String FIELD_URL
public static final String FIELD_DOWNLOAD_URL
public static final String FIELD_PASSWORD_ENABLED
public static final String FIELD_UNSHARED_AT
public static final String FIELD_DOWNLOAD_COUNT
public static final String FIELD_PREVIEW_COUNT
public static final String FIELD_ACCESS
public static final String FIELD_PERMISSIONS
public BoxSharedLink()
public BoxSharedLink(BoxSharedLink obj)
obj - public BoxSharedLink(Map<String,Object> map)
map - public BoxSharedLink(IBoxParcelWrapper in)
public String getUrl()
public String getDownloadUrl()
public Boolean isPasswordEnabled()
public Integer getDownloadCount()
public String getUnsharedAt()
Date by
ISO8601DateParserpublic Integer getPreviewCount()
public String getAccess()
BoxSharedLinkAccesspublic BoxSharedLinkPermissions getPermissions()
Copyright © 2014. All Rights Reserved.