类 AppTableRecord.Builder

java.lang.Object
com.lark.oapi.service.bitable.v1.model.AppTableRecord.Builder
封闭类:
AppTableRecord

public static class AppTableRecord.Builder extends Object
  • 构造器详细资料

    • Builder

      public Builder()
  • 方法详细资料

    • fields

      public 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)

      示例值:

      参数:
      fields -
      返回:
    • recordId

      public AppTableRecord.Builder recordId(String recordId)
      一条记录的唯一标识 id [record_id 参数说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/bitable/notification#15d8db94)

      示例值:recqwIwhc6

      参数:
      recordId -
      返回:
    • createdBy

      public AppTableRecord.Builder createdBy(Person createdBy)
      该记录的创建人

      示例值:

      参数:
      createdBy -
      返回:
    • createdTime

      public AppTableRecord.Builder createdTime(Long createdTime)
      该记录的创建时间

      示例值:1675244156000

      参数:
      createdTime -
      返回:
    • lastModifiedBy

      public AppTableRecord.Builder lastModifiedBy(Person lastModifiedBy)
      该记录最新一次更新的修改人

      示例值:

      参数:
      lastModifiedBy -
      返回:
    • lastModifiedTime

      public AppTableRecord.Builder lastModifiedTime(Long lastModifiedTime)
      该记录最近一次的更新时间

      示例值:1677556020000

      参数:
      lastModifiedTime -
      返回:
    • build

      public AppTableRecord build()