| Package | Description |
|---|---|
| com.fangcloud.sdk.api | |
| com.fangcloud.sdk.api.folder | |
| com.fangcloud.sdk.api.item | |
| com.fangcloud.sdk.api.trash |
| Modifier and Type | Method and Description |
|---|---|
static ItemTypeEnum |
ItemTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemTypeEnum[] |
ItemTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetChildrenResult |
YfyFolderRequest.getChildren(long folderId,
int pageId,
int pageCapacity,
ItemTypeEnum itemType)
Retrieve the files and/or folders contained within this folder without any other info about the folder.
|
GetChildrenResult |
YfyFolderRequest.getChildren(long folderId,
int pageId,
int pageCapacity,
ItemTypeEnum itemType,
long departmentId)
Retrieve the files and/or folders contained within this folder without any other info about the folder.
|
| Modifier and Type | Method and Description |
|---|---|
SearchItemResult |
YfyItemRequest.searchItem(String queryWords,
ItemTypeEnum itemType,
QueryFilterEnum queryFilter,
int pageId,
long searchInFolder)
Retrieve relevant files and/or folders with query words in user's account.
|
| 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.