| Package | Description |
|---|---|
| com.fangcloud.sdk.api | |
| com.fangcloud.sdk.api.share_link |
| Modifier and Type | Method and Description |
|---|---|
static ShareLinkAccessEnum |
ShareLinkAccessEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareLinkAccessEnum[] |
ShareLinkAccessEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
YfyShareLink |
YfyShareLinkRequest.createFileShareLink(long fileId,
ShareLinkAccessEnum access,
boolean disableDownload,
String dueTime,
String password)
Create file share link with all personal params.
|
YfyShareLink |
YfyShareLinkRequest.createFolderShareLink(long folderId,
ShareLinkAccessEnum access,
boolean disableDownload,
String dueTime,
String password)
Create folder share link with all personal params.
|
YfyShareLink |
YfyShareLinkRequest.updateShareLink(String uniqueName,
ShareLinkAccessEnum access,
boolean disableDownload,
String dueTime,
String password)
Update folder share link with all personal params.
|
Copyright © 2018 YiFangYun. All rights reserved.