public class YfyTrashRequest extends Object
| Constructor and Description |
|---|
YfyTrashRequest(YfyClient.YfyInternalClient client) |
| Modifier and Type | Method and Description |
|---|---|
SuccessResult |
clearTrash(ItemTypeEnum itemType)
Permanently delete all items(file or folder or all) in trash
|
SuccessResult |
restoreTrash(ItemTypeEnum itemType)
Restore all items(file or folder or all) in trash
|
public YfyTrashRequest(YfyClient.YfyInternalClient client)
public SuccessResult clearTrash(ItemTypeEnum itemType) throws YfyException
itemType - Type of item.YfyExceptionpublic SuccessResult restoreTrash(ItemTypeEnum itemType) throws YfyException
itemType - Type of item.YfyExceptionCopyright © 2017 YiFangYun. All rights reserved.