| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.bitable.v1.model |
| 限定符和类型 | 方法和说明 |
|---|---|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.allowedEditModes(AllowedEditModes allowedEditModes)
字段支持的编辑模式
示例值:
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.autoFill(Boolean autoFill)
日期字段中新纪录自动填写创建时间
示例值:false
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.autoSerial(AppFieldPropertyAutoSerial autoSerial)
自动编号类型
示例值:
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.backFieldName(String backFieldName)
双向关联字段中关联的数据表中对应的双向关联字段的名字
示例值:"table1-双向关联"
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.currencyCode(String currencyCode)
货币币种
示例值:CNY
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.dateFormatter(String dateFormatter)
日期、创建时间、最后更新时间字段的显示格式
示例值:日期格式
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.formatter(String formatter)
数字、公式字段的显示格式
示例值:0
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.formulaExpression(String formulaExpression)
公式字段的表达式
示例值:bitable::$table[tblNj92WQBAasdEf].
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.location(AppFieldPropertyLocation location)
地理位置输入方式
示例值:
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.max(Double max)
进度、评分等字段的数据范围最大值
示例值:10
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.min(Double min)
进度、评分等字段的数据范围最小值
示例值:0
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.multiple(Boolean multiple)
人员字段中允许添加多个成员,单向关联、双向关联中允许添加多个记录
示例值:false
|
static AppTableFieldProperty.Builder |
AppTableFieldProperty.newBuilder() |
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.options(AppTableFieldPropertyOption[] options)
单选、多选字段的选项信息
示例值:
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.rangeCustomize(Boolean rangeCustomize)
进度等字段是否支持自定义范围
示例值:true
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.rating(Rating rating)
评分字段的相关设置
示例值:
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.tableId(String tableId)
单向关联、双向关联字段中关联的数据表的id
示例值:tblsRc9GRRXKqhvW
|
AppTableFieldProperty.Builder |
AppTableFieldProperty.Builder.tableName(String tableName)
单向关联、双向关联字段中关联的数据表的名字
示例值:"table2"
|
| 构造器和说明 |
|---|
AppTableFieldProperty(AppTableFieldProperty.Builder builder) |
Copyright © 2025. All rights reserved.