类 PatchCostCenterVersionReqBody.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.PatchCostCenterVersionReqBody.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()description(I18n[] description) 成本中心描述effectiveTime(String effectiveTime) 生效时间成本中心负责人ID 列表,可通过雇佣信息接口查询获得成本中心名称operationReason(String operationReason) 操作原因parentCostCenterId(String parentCostCenterId) 上级成本中心ID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
name
成本中心名称示例值:
- 参数:
name-- 返回:
-
parentCostCenterId
上级成本中心ID示例值:6862995757234914824
- 参数:
parentCostCenterId-- 返回:
-
managers
成本中心负责人ID 列表,可通过雇佣信息接口查询获得示例值:
- 参数:
managers-- 返回:
-
description
成本中心描述示例值:
- 参数:
description-- 返回:
-
effectiveTime
生效时间示例值:2020-01-01
- 参数:
effectiveTime-- 返回:
-
operationReason
操作原因示例值:强行操作
- 参数:
operationReason-- 返回:
-
build
-