类 DataSourceItem
java.lang.Object
com.lark.oapi.service.search.v2.resource.DataSourceItem
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明索引数据项,索引一条数据记录create(CreateDataSourceItemReq req, RequestOptions reqOptions) 索引数据项,索引一条数据记录删除数据项,删除数据项delete(DeleteDataSourceItemReq req, RequestOptions reqOptions) 删除数据项,删除数据项get(GetDataSourceItemReq req) 获取数据项,获取单个数据记录get(GetDataSourceItemReq req, RequestOptions reqOptions) 获取数据项,获取单个数据记录
-
构造器详细资料
-
DataSourceItem
-
-
方法详细资料
-
create
public CreateDataSourceItemResp create(CreateDataSourceItemReq req, RequestOptions reqOptions) throws Exception 索引数据项,索引一条数据记录官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/search-v2/data_source-item/create ;
- 抛出:
Exception
-
create
索引数据项,索引一条数据记录官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/search-v2/data_source-item/create ;
- 抛出:
Exception
-
delete
public DeleteDataSourceItemResp delete(DeleteDataSourceItemReq req, RequestOptions reqOptions) throws Exception 删除数据项,删除数据项官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/search-v2/data_source-item/delete ;
- 抛出:
Exception
-
delete
删除数据项,删除数据项官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/search-v2/data_source-item/delete ;
- 抛出:
Exception
-
get
public GetDataSourceItemResp get(GetDataSourceItemReq req, RequestOptions reqOptions) throws Exception 获取数据项,获取单个数据记录官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/search-v2/data_source-item/get ;
- 抛出:
Exception
-
get
获取数据项,获取单个数据记录官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/search-v2/data_source-item/get ;
- 抛出:
Exception
-