public class Job extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateJobResp |
create(CreateJobReq req)
|
CreateJobResp |
create(CreateJobReq req,
RequestOptions reqOptions)
|
DeleteJobResp |
delete(DeleteJobReq req)
|
DeleteJobResp |
delete(DeleteJobReq req,
RequestOptions reqOptions)
|
GetJobResp |
get(GetJobReq req)
|
GetJobResp |
get(GetJobReq req,
RequestOptions reqOptions)
|
ListJobResp |
list(ListJobReq req)
|
ListJobResp |
list(ListJobReq req,
RequestOptions reqOptions)
|
PatchJobResp |
patch(PatchJobReq req)
|
PatchJobResp |
patch(PatchJobReq req,
RequestOptions reqOptions)
|
public Job(Config config)
public CreateJobResp create(CreateJobReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/job/create ;
Exceptionpublic CreateJobResp create(CreateJobReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/job/create ;
Exceptionpublic DeleteJobResp delete(DeleteJobReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/job/delete ;
Exceptionpublic DeleteJobResp delete(DeleteJobReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/job/delete ;
Exceptionpublic GetJobResp get(GetJobReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/job/get ;
Exceptionpublic GetJobResp get(GetJobReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/job/get ;
Exceptionpublic ListJobResp list(ListJobReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/job/list ;
Exceptionpublic ListJobResp list(ListJobReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/job/list ;
Exceptionpublic PatchJobResp patch(PatchJobReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/job/patch ;
Exceptionpublic PatchJobResp patch(PatchJobReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/job/patch ;
ExceptionCopyright © 2024. All rights reserved.