public static class HireService.Note extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateNoteResp |
create(CreateNoteReq req)
|
CreateNoteResp |
create(CreateNoteReq req,
RequestOptions reqOptions)
|
GetNoteResp |
get(GetNoteReq req)
|
GetNoteResp |
get(GetNoteReq req,
RequestOptions reqOptions)
|
ListNoteResp |
list(ListNoteReq req)
|
ListNoteResp |
list(ListNoteReq req,
RequestOptions reqOptions)
|
PatchNoteResp |
patch(PatchNoteReq req)
|
PatchNoteResp |
patch(PatchNoteReq req,
RequestOptions reqOptions)
|
public Note(Config config)
public CreateNoteResp create(CreateNoteReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/note/create ;
Exceptionpublic CreateNoteResp create(CreateNoteReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/note/create ;
Exceptionpublic GetNoteResp get(GetNoteReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/note/get ;
Exceptionpublic GetNoteResp get(GetNoteReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/note/get ;
Exceptionpublic ListNoteResp list(ListNoteReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/note/list ;
Exceptionpublic ListNoteResp list(ListNoteReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/note/list ;
Exceptionpublic PatchNoteResp patch(PatchNoteReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/note/patch ;
Exceptionpublic PatchNoteResp patch(PatchNoteReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/note/patch ;
ExceptionCopyright © 2022. All rights reserved.