类 TalentCustomizedValue.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.TalentCustomizedValue.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()当字段类型为单行文本、多行文本、模块、默认字段时,从此字段取值customizedAttachment(TalentCustomizedAttachment[] customizedAttachment) 当字段类型为附件时,从此字段取值当字段类型为数字时,从此字段取值option(TalentCustomizedOption option) 当字段类型为单选时,从此字段取值optionList(TalentCustomizedOption[] optionList) 当字段类型为多选时,从此字段取值当字段类型为日期选择、月份选择、年份选择时,从此字段取值,该字段是秒级时间戳timeRange(TalentCustomizedTimeRange timeRange) 当字段类型为时间段时,从此字段取值
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
content
当字段类型为单行文本、多行文本、模块、默认字段时,从此字段取值示例值:text
- 参数:
content-- 返回:
-
option
当字段类型为单选时,从此字段取值示例值:
- 参数:
option-- 返回:
-
optionList
当字段类型为多选时,从此字段取值示例值:
- 参数:
optionList-- 返回:
-
timeRange
当字段类型为时间段时,从此字段取值示例值:
- 参数:
timeRange-- 返回:
-
time
当字段类型为日期选择、月份选择、年份选择时,从此字段取值,该字段是秒级时间戳示例值:1625456721
- 参数:
time-- 返回:
-
number
当字段类型为数字时,从此字段取值示例值:111
- 参数:
number-- 返回:
-
customizedAttachment
public TalentCustomizedValue.Builder customizedAttachment(TalentCustomizedAttachment[] customizedAttachment) 当字段类型为附件时,从此字段取值示例值:
- 参数:
customizedAttachment-- 返回:
-
build
-