类 JobDataCostCenter.Builder
java.lang.Object
com.lark.oapi.service.corehr.v1.model.JobDataCostCenter.Builder
- 封闭类:
JobDataCostCenter
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()costCenterId(String costCenterId) 成本中心id,可以通过【查询单个成本中心信息】接口获取对应的成本中心信息customFields(ObjectFieldData[] customFields) 自定义字段分摊比例
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
costCenterId
成本中心id,可以通过【查询单个成本中心信息】接口获取对应的成本中心信息示例值:6950635856373745165
- 参数:
costCenterId-- 返回:
-
rate
分摊比例示例值:100
- 参数:
rate-- 返回:
-
customFields
自定义字段示例值:
- 参数:
customFields-- 返回:
-
build
-