public class YfyItemRequest extends Object
| Constructor and Description |
|---|
YfyItemRequest(YfyClient.YfyInternalClient client) |
| Modifier and Type | Method and Description |
|---|---|
SearchItemResult |
searchItem(String queryWords,
ItemTypeEnum itemType,
int pageId,
long searchInFolder)
Retrieve relevant files and/or folders with query words in user's account.
|
public YfyItemRequest(YfyClient.YfyInternalClient client)
public SearchItemResult searchItem(String queryWords, ItemTypeEnum itemType, int pageId, long searchInFolder) throws YfyException
queryWords - key words want to search foritemType - Type of item. see ItemTypeEnumpageId - Page id begin with 0searchInFolder - Assign the folder id to search in specific folder, usually 0YfyExceptionCopyright © 2017 YiFangYun. All rights reserved.