public static class AppTableRecord.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
AppTableRecord |
build() |
AppTableRecord.Builder |
createdBy(Person createdBy)
该记录的创建人
示例值:
|
AppTableRecord.Builder |
createdTime(Long createdTime)
该记录的创建时间
示例值:1675244156000
|
AppTableRecord.Builder |
fields(Map<String,Object> fields)
数据表的字段,即数据表的列;;当前接口支持的字段类型请参考[接入指南](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/bitable/notification#31f78a3c);;不同类型字段的数据结构请参考[数据结构概述](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/bitable/development-guide/bitable-structure)
示例值:
|
AppTableRecord.Builder |
lastModifiedBy(Person lastModifiedBy)
该记录最新一次更新的修改人
示例值:
|
AppTableRecord.Builder |
lastModifiedTime(Long lastModifiedTime)
该记录最近一次的更新时间
示例值:1677556020000
|
AppTableRecord.Builder |
recordId(String recordId)
一条记录的唯一标识 id [record_id 参数说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/bitable/notification#15d8db94)
示例值:recqwIwhc6
|
public AppTableRecord.Builder fields(Map<String,Object> fields)
示例值:
fields - public AppTableRecord.Builder recordId(String recordId)
示例值:recqwIwhc6
recordId - public AppTableRecord.Builder createdBy(Person createdBy)
示例值:
createdBy - public AppTableRecord.Builder createdTime(Long createdTime)
示例值:1675244156000
createdTime - public AppTableRecord.Builder lastModifiedBy(Person lastModifiedBy)
示例值:
lastModifiedBy - public AppTableRecord.Builder lastModifiedTime(Long lastModifiedTime)
示例值:1677556020000
lastModifiedTime - public AppTableRecord build()
Copyright © 2024. All rights reserved.