Modifier and Type | Method and Description |
---|---|
SharedLink |
BoxConnector.createSharedLinkFile(String fileId,
SharedLinkAccess access,
Date unsharedAt,
SharedLinkPermissions permissions)
Createe a shared link for this particular file.
|
SharedLink |
BoxConnector.createSharedLinkFolder(String folderId,
SharedLinkAccess access,
Date unsharedAt,
SharedLinkPermissions permissions)
Used to create a shared link for the particular folder.
|
Modifier and Type | Method and Description |
---|---|
SharedLink |
Item.getSharedLink() |
Modifier and Type | Method and Description |
---|---|
void |
Item.setSharedLink(SharedLink sharedLink) |
Modifier and Type | Method and Description |
---|---|
SharedLink |
FileInput.getSharedLink() |
Modifier and Type | Method and Description |
---|---|
void |
FileInput.setSharedLink(SharedLink sharedLink) |
Modifier and Type | Method and Description |
---|---|
SharedLink |
FolderInput.getSharedLink() |
Modifier and Type | Method and Description |
---|---|
void |
FolderInput.setSharedLink(SharedLink sharedLink) |
Modifier and Type | Method and Description |
---|---|
static SharedLink |
SharedLinkConverter.fromBox(com.box.sdk.BoxSharedLink boxSharedLink)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SharedLink |
FileClientImpl.createShareLink(String id,
SharedLinkAccess access,
Date unshareDate,
SharedLinkPermissions permissions) |
SharedLink |
FileClient.createShareLink(String id,
SharedLinkAccess access,
Date unshareDate,
SharedLinkPermissions permissions) |
Modifier and Type | Method and Description |
---|---|
SharedLink |
FolderClientImpl.createSharedLink(String id,
SharedLinkAccess access,
Date unshareDate,
SharedLinkPermissions permissions) |
SharedLink |
FolderClient.createSharedLink(String id,
SharedLinkAccess access,
Date unshareDate,
SharedLinkPermissions permissions) |
Copyright © 2010–2017. All rights reserved.