public class Enum extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SearchEnumResp |
search(SearchEnumReq req)
查询枚举信息,根据枚举的APIName查询枚举详细信息,用于BPM等场景获取枚举选项。
|
SearchEnumResp |
search(SearchEnumReq req,
RequestOptions reqOptions)
查询枚举信息,根据枚举的APIName查询枚举详细信息,用于BPM等场景获取枚举选项。
|
public Enum(Config config)
public SearchEnumResp search(SearchEnumReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=corehr&resource=enum&version=v2 ;
Exceptionpublic SearchEnumResp search(SearchEnumReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=corehr&resource=enum&version=v2 ;
ExceptionCopyright © 2026. All rights reserved.