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(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, getExtraData, getKeySet, getValue, handleUnknown, hashCode, properties, put, putAll
toJSONString
public 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 String getDownloadUrl()
public Boolean isPasswordEnabled()
public Integer getDownloadCount()
public String getUnsharedAt()
Date
bypublic Integer getPreviewCount()
public String getAccess()
.boxjavalibv2.dao.BoxSharedLinkAccess
public BoxSharedLinkPermissions getPermissions()
Copyright © 2015 Nuxeo SA. All rights reserved.