public static class BlockService.Entity extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateEntityResp |
create(CreateEntityReq req)
创建 BlockEntity,开发者可以通过该接口将部分或全部数据存放于 BlockEntity。
|
CreateEntityResp |
create(CreateEntityReq req,
RequestOptions reqOptions)
创建 BlockEntity,开发者可以通过该接口将部分或全部数据存放于 BlockEntity。
|
UpdateEntityResp |
update(UpdateEntityReq req)
更新BlockEntity,开发者通过该接口可以更新存储在BlockEntity中的数据,并实时推送到端侧。
|
UpdateEntityResp |
update(UpdateEntityReq req,
RequestOptions reqOptions)
更新BlockEntity,开发者通过该接口可以更新存储在BlockEntity中的数据,并实时推送到端侧。
|
public Entity(Config config)
public CreateEntityResp create(CreateEntityReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/block-v2/entity/create ;
Exceptionpublic CreateEntityResp create(CreateEntityReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/block-v2/entity/create ;
Exceptionpublic UpdateEntityResp update(UpdateEntityReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/block-v2/entity/update ;
Exceptionpublic UpdateEntityResp update(UpdateEntityReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/block-v2/entity/update ;
ExceptionCopyright © 2022. All rights reserved.