public class Note extends Object
| 限定符和类型 | 方法和说明 | ||
|---|---|---|---|
CreateNoteResp |
create(CreateNoteReq req)
|
||
CreateNoteResp |
create(CreateNoteReq req,
RequestOptions reqOptions)
|
||
DeleteNoteResp |
delete(DeleteNoteReq req)
,
官网API文档链接:
DeleteNoteRespdelete(DeleteNoteReq req,
RequestOptions reqOptions)
| ||
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 DeleteNoteResp delete(DeleteNoteReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=hire&resource=note&version=v1 ;
Exceptionpublic DeleteNoteResp delete(DeleteNoteReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=hire&resource=note&version=v1 ;
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 © 2024. All rights reserved.