public class Schema extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateSchemaResp |
create(CreateSchemaReq req)
|
CreateSchemaResp |
create(CreateSchemaReq req,
RequestOptions reqOptions)
|
DeleteSchemaResp |
delete(DeleteSchemaReq req)
|
DeleteSchemaResp |
delete(DeleteSchemaReq req,
RequestOptions reqOptions)
|
GetSchemaResp |
get(GetSchemaReq req)
|
GetSchemaResp |
get(GetSchemaReq req,
RequestOptions reqOptions)
|
PatchSchemaResp |
patch(PatchSchemaReq req)
|
PatchSchemaResp |
patch(PatchSchemaReq req,
RequestOptions reqOptions)
|
public Schema(Config config)
public CreateSchemaResp create(CreateSchemaReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/search-v2/schema/create ;
Exceptionpublic CreateSchemaResp create(CreateSchemaReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/search-v2/schema/create ;
Exceptionpublic DeleteSchemaResp delete(DeleteSchemaReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/search-v2/schema/delete ;
Exceptionpublic DeleteSchemaResp delete(DeleteSchemaReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/search-v2/schema/delete ;
Exceptionpublic GetSchemaResp get(GetSchemaReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/search-v2/schema/get ;
Exceptionpublic GetSchemaResp get(GetSchemaReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/search-v2/schema/get ;
Exceptionpublic PatchSchemaResp patch(PatchSchemaReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/search-v2/schema/patch ;
Exceptionpublic PatchSchemaResp patch(PatchSchemaReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/search-v2/schema/patch ;
ExceptionCopyright © 2024. All rights reserved.