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