public class Process extends Object
Process(Config config)
GetProcessResp
get(GetProcessReq req)
get(GetProcessReq req, RequestOptions reqOptions)
ListProcessResp
list(ListProcessReq req)
list(ListProcessReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Process(Config config)
public GetProcessResp get(GetProcessReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=corehr&resource=process&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/GetProcessSample.java ;
Exception
public GetProcessResp get(GetProcessReq req) throws Exception
public ListProcessResp list(ListProcessReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=corehr&resource=process&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/ListProcessSample.java ;
public ListProcessResp list(ListProcessReq req) throws Exception
Copyright © 2025. All rights reserved.