类 PatchCostCenterVersionReq.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.PatchCostCenterVersionReq.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()costCenterId(String costCenterId) 成本中心IDbodyuserIdType(PatchCostCenterVersionUserIdTypeEnum userIdType) 用户 ID 类型userIdType(String userIdType) 用户 ID 类型版本ID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
userIdType
用户 ID 类型示例值:people_corehr_id
- 参数:
userIdType-- 返回:
-
userIdType
public PatchCostCenterVersionReq.Builder userIdType(PatchCostCenterVersionUserIdTypeEnum userIdType) 用户 ID 类型示例值:people_corehr_id
- 参数:
userIdType-PatchCostCenterVersionUserIdTypeEnum- 返回:
-
costCenterId
成本中心ID示例值:6862995757234914824
- 参数:
costCenterId-- 返回:
-
versionId
版本ID示例值:6862995757234914824
- 参数:
versionId-- 返回:
-
getPatchCostCenterVersionReqBody
-
patchCostCenterVersionReqBody
public PatchCostCenterVersionReq.Builder patchCostCenterVersionReqBody(PatchCostCenterVersionReqBody body) body- 参数:
body-- 返回:
-
build
-