public class Job extends Object
Job(Config config)
BatchGetJobResp
batchGet(BatchGetJobReq req)
batchGet(BatchGetJobReq req, RequestOptions reqOptions)
GetJobResp
get(GetJobReq req)
get(GetJobReq req, RequestOptions reqOptions)
ListJobResp
list(ListJobReq req)
list(ListJobReq req, RequestOptions reqOptions)
QueryMultiTimelineJobResp
queryMultiTimeline(QueryMultiTimelineJobReq req)
queryMultiTimeline(QueryMultiTimelineJobReq req, RequestOptions reqOptions)
QueryRecentChangeJobResp
queryRecentChange(QueryRecentChangeJobReq req)
queryRecentChange(QueryRecentChangeJobReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Job(Config config)
public BatchGetJobResp batchGet(BatchGetJobReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_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/BatchGetJobSample.java ;
Exception
public BatchGetJobResp batchGet(BatchGetJobReq req) throws Exception
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 ;
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
public QueryMultiTimelineJobResp queryMultiTimeline(QueryMultiTimelineJobReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query_multi_timeline&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/QueryMultiTimelineJobSample.java ;
public QueryMultiTimelineJobResp queryMultiTimeline(QueryMultiTimelineJobReq req) throws Exception
public QueryRecentChangeJobResp queryRecentChange(QueryRecentChangeJobReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query_recent_change&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/QueryRecentChangeJobSample.java ;
public QueryRecentChangeJobResp queryRecentChange(QueryRecentChangeJobReq req) throws Exception
Copyright © 2025. All rights reserved.