类 Entity
java.lang.Object
com.lark.oapi.service.block.v2.resource.Entity
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明create(CreateEntityReq req) 创建 BlockEntity,开发者可以通过该接口将部分或全部数据存放于 BlockEntity。create(CreateEntityReq req, RequestOptions reqOptions) 创建 BlockEntity,开发者可以通过该接口将部分或全部数据存放于 BlockEntity。update(UpdateEntityReq req) 更新BlockEntity,开发者通过该接口可以更新存储在BlockEntity中的数据,并实时推送到端侧。update(UpdateEntityReq req, RequestOptions reqOptions) 更新BlockEntity,开发者通过该接口可以更新存储在BlockEntity中的数据,并实时推送到端侧。
-
构造器详细资料
-
Entity
-
-
方法详细资料
-
create
创建 BlockEntity,开发者可以通过该接口将部分或全部数据存放于 BlockEntity。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/block-v2/entity/create ;
- 抛出:
Exception
-
create
创建 BlockEntity,开发者可以通过该接口将部分或全部数据存放于 BlockEntity。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/block-v2/entity/create ;
- 抛出:
Exception
-
update
更新BlockEntity,开发者通过该接口可以更新存储在BlockEntity中的数据,并实时推送到端侧。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/block-v2/entity/update ;
- 抛出:
Exception
-
update
更新BlockEntity,开发者通过该接口可以更新存储在BlockEntity中的数据,并实时推送到端侧。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/block-v2/entity/update ;
- 抛出:
Exception
-