public class Contract extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateContractResp |
create(CreateContractReq req)
|
CreateContractResp |
create(CreateContractReq req,
RequestOptions reqOptions)
|
DeleteContractResp |
delete(DeleteContractReq req)
|
DeleteContractResp |
delete(DeleteContractReq req,
RequestOptions reqOptions)
|
GetContractResp |
get(GetContractReq req)
|
GetContractResp |
get(GetContractReq req,
RequestOptions reqOptions)
|
ListContractResp |
list(ListContractReq req)
|
ListContractResp |
list(ListContractReq req,
RequestOptions reqOptions)
|
PatchContractResp |
patch(PatchContractReq req)
|
PatchContractResp |
patch(PatchContractReq req,
RequestOptions reqOptions)
|
public Contract(Config config)
public CreateContractResp create(CreateContractReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/contract/create ;
Exceptionpublic CreateContractResp create(CreateContractReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/contract/create ;
Exceptionpublic DeleteContractResp delete(DeleteContractReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/contract/delete ;
Exceptionpublic DeleteContractResp delete(DeleteContractReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/contract/delete ;
Exceptionpublic GetContractResp get(GetContractReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/contract/get ;
Exceptionpublic GetContractResp get(GetContractReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/contract/get ;
Exceptionpublic ListContractResp list(ListContractReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/contract/list ;
Exceptionpublic ListContractResp list(ListContractReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/contract/list ;
Exceptionpublic PatchContractResp patch(PatchContractReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/contract/patch ;
Exceptionpublic PatchContractResp patch(PatchContractReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/contract/patch ;
ExceptionCopyright © 2024. All rights reserved.