| Modifier and Type | Method and Description |
|---|---|
SuccessResult |
YfyAdminUserRequest.deleteUser(long userId,
Long receiveUserId)
Delete a user with handing over files.
|
| Modifier and Type | Method and Description |
|---|---|
SuccessResult |
YfyCollabRequest.deleteCollab(long collabId)
Delete collab by collab id
|
| Modifier and Type | Method and Description |
|---|---|
SuccessResult |
YfyCommentRequest.deleteComment(long commentId)
Delete comment by comment id
|
| Modifier and Type | Method and Description |
|---|---|
SuccessResult |
YfyFileRequest.deleteFile(long fileId)
Discard a file to the trash
|
SuccessResult |
YfyFileRequest.deleteFileFromTrash(long fileId)
Permanently delete a specific file that is in the trash.
|
SuccessResult |
YfyFileRequest.moveFile(long fileId,
long targetFolderId)
Move a file to another folder
|
SuccessResult |
YfyFileRequest.restoreFileFromTrash(long fileId)
Restore a file that has been moved to the trash.
|
| Modifier and Type | Method and Description |
|---|---|
SuccessResult |
YfyFolderRequest.deleteFolder(long folderId)
Delete a folder to trash
|
SuccessResult |
YfyFolderRequest.deleteFolderFromTrash(long folderId)
Permanently delete a specific folder that is in the trash.
|
SuccessResult |
YfyFolderRequest.moveFolder(long folderId,
long targetFolderId)
Move a folder to another folder
|
SuccessResult |
YfyFolderRequest.restoreFolderFromTrash(long folderId)
Restore a specific folder that have been moved to the trash.
|
| Modifier and Type | Method and Description |
|---|---|
SuccessResult |
YfyShareLinkRequest.revokeShareLink(String uniqueName)
Revoke share link by unique name
|
| Modifier and Type | Method and Description |
|---|---|
SuccessResult |
YfyTrashRequest.clearTrash(ItemTypeEnum itemType)
Permanently delete all items(file or folder or all) in trash
|
SuccessResult |
YfyTrashRequest.restoreTrash(ItemTypeEnum itemType)
Restore all items(file or folder or all) in trash
|
Copyright © 2018 YiFangYun. All rights reserved.