类 CostCenterQuery.Builder
java.lang.Object
com.lark.oapi.service.corehr.v1.model.CostCenterQuery.Builder
- 封闭类:
CostCenterQuery
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明当前实体是否启用build()成本中心的编码customFields(ObjectFieldData[] customFields) 自定义字段description(I18n[] description) 成本中心的描述effectiveTime(String effectiveTime) 成本中心生效时间employmentId(String employmentId) 雇员IDexpirationTime(String expirationTime) 成本中心失效时间实体在CoreHR内部的唯一键isAutogenerate(Boolean isAutogenerate) 是否自动生成成本中心管理员,lookup 到 Employment 的ID实体名称上级成本中心雇员占成本中心比例supportCostCenter(SupportCostCenterItem[] supportCostCenter) 支持的业务线列表
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
isAutogenerate
是否自动生成示例值:true
- 参数:
isAutogenerate-- 返回:
-
id
实体在CoreHR内部的唯一键示例值:6950635856373745165
- 参数:
id-- 返回:
-
name
实体名称示例值:
- 参数:
name-- 返回:
-
active
当前实体是否启用示例值:true
- 参数:
active-- 返回:
-
code
成本中心的编码示例值:CC-000001
- 参数:
code-- 返回:
-
description
成本中心的描述示例值:
- 参数:
description-- 返回:
-
effectiveTime
成本中心生效时间示例值:20210802
- 参数:
effectiveTime-- 返回:
-
expirationTime
成本中心失效时间示例值:20210802
- 参数:
expirationTime-- 返回:
-
managers
成本中心管理员,lookup 到 Employment 的ID示例值:
- 参数:
managers-- 返回:
-
parent
上级成本中心示例值:CC-00001
- 参数:
parent-- 返回:
-
customFields
自定义字段示例值:
- 参数:
customFields-- 返回:
-
employmentId
雇员ID示例值:6950635856373745165
- 参数:
employmentId-- 返回:
-
rate
雇员占成本中心比例示例值:100
- 参数:
rate-- 返回:
-
supportCostCenter
支持的业务线列表示例值:
- 参数:
supportCostCenter-- 返回:
-
build
-