类 OfferSchemaDetail.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.OfferSchemaDetail.Builder
- 封闭类:
OfferSchemaDetail
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()字段IDisCustomized(Boolean isCustomized) 字段是否为自定义name(OfferSchemaName name) 字段名称optionList(OfferSchemaDetailOption[] optionList) 单选/多选可选择字段的选项值字段类型, text=单行文本, long_text=多行文本, select=单选, multi_select=多选, date_select=日期, number=数字
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
字段ID示例值:1213213123123
- 参数:
id-- 返回:
-
name
字段名称示例值:
- 参数:
name-- 返回:
-
type
字段类型, text=单行文本, long_text=多行文本, select=单选, multi_select=多选, date_select=日期, number=数字示例值:number
- 参数:
type-- 返回:
-
isCustomized
字段是否为自定义示例值:true
- 参数:
isCustomized-- 返回:
-
optionList
单选/多选可选择字段的选项值示例值:
- 参数:
optionList-- 返回:
-
build
-