类 CostCenter.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.CostCenter.Builder
- 封闭类:
CostCenter
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明当前实体是否启用build()编码costCenterId(String costCenterId) 成本中心IDdescription(I18n[] description) 成本中心描述effectiveTime(String effectiveTime) 生效时间expirationTime(String expirationTime) 过期时间成本中心负责人ID 列表,可通过雇佣信息接口查询获得成本中心名称operationReason(String operationReason) 操作原因parentCostCenterId(String parentCostCenterId) 上级成本中心ID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
costCenterId
成本中心ID示例值:6969828847121885087
- 参数:
costCenterId-- 返回:
-
name
成本中心名称示例值:
- 参数:
name-- 返回:
-
code
编码示例值:MDPD00000023
- 参数:
code-- 返回:
-
parentCostCenterId
上级成本中心ID示例值:6862995757234914824
- 参数:
parentCostCenterId-- 返回:
-
managers
成本中心负责人ID 列表,可通过雇佣信息接口查询获得示例值:
- 参数:
managers-- 返回:
-
description
成本中心描述示例值:
- 参数:
description-- 返回:
-
effectiveTime
生效时间示例值:2020-01-01
- 参数:
effectiveTime-- 返回:
-
expirationTime
过期时间示例值:2020-01-01
- 参数:
expirationTime-- 返回:
-
active
当前实体是否启用示例值:2020-01-01
- 参数:
active-- 返回:
-
operationReason
操作原因示例值:过期作废
- 参数:
operationReason-- 返回:
-
build
-