类 OfferApplyFormObjectInfo.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.OfferApplyFormObjectInfo.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明activeStatus(Integer activeStatus) 是否启用build()config(OfferApplyFormObjectConfigInfo config) 配置信息description(I18n description) 字段描述字段 IDisCustomized(Boolean isCustomized) 是否为自定义字段isRequired(Boolean isRequired) 是否必填isSensitive(Boolean isSensitive) 是否敏感所属模块 ID字段名称needApprove(Boolean needApprove) 是否修改后需审批objectType(Integer objectType) 字段类型枚举
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
id
字段 ID示例值:23847293234
- 参数:
id-- 返回:
-
name
字段名称示例值:
- 参数:
name-- 返回:
-
description
字段描述示例值:
- 参数:
description-- 返回:
-
moduleId
所属模块 ID示例值:23847293234
- 参数:
moduleId-- 返回:
-
isCustomized
是否为自定义字段示例值:true
- 参数:
isCustomized-- 返回:
-
isRequired
是否必填示例值:true
- 参数:
isRequired-- 返回:
-
activeStatus
是否启用示例值:1
- 参数:
activeStatus-- 返回:
-
needApprove
是否修改后需审批示例值:true
- 参数:
needApprove-- 返回:
-
isSensitive
是否敏感示例值:false
- 参数:
isSensitive-- 返回:
-
objectType
字段类型枚举示例值:1
- 参数:
objectType-- 返回:
-
config
配置信息示例值:
- 参数:
config-- 返回:
-
build
-