类 DepartmentCostCenterRelationship.Builder
java.lang.Object
com.lark.oapi.service.mdm.v1.model.DepartmentCostCenterRelationship.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()companyCode(String companyCode) 公司编码costCenterCode(String costCenterCode) 成本中心代码departmentCostCenterRelationshipUid(String departmentCostCenterRelationshipUid) 部门成本中心关系唯一IDdepartmentId(String departmentId) 部门id,详细说明参见[部门 ID 说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/contact-v3/department/field-overview#23857fe0)openDepartmentId(String openDepartmentId) 部门open id,详细说明参见[部门 ID 说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/contact-v3/department/field-overview#23857fe0)
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
departmentCostCenterRelationshipUid
public DepartmentCostCenterRelationship.Builder departmentCostCenterRelationshipUid(String departmentCostCenterRelationshipUid) 部门成本中心关系唯一ID示例值:U1418468581452029052
- 参数:
departmentCostCenterRelationshipUid-- 返回:
-
companyCode
公司编码示例值:100101
- 参数:
companyCode-- 返回:
-
openDepartmentId
部门open id,详细说明参见[部门 ID 说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/contact-v3/department/field-overview#23857fe0)示例值:od-1001
- 参数:
openDepartmentId-- 返回:
-
costCenterCode
成本中心代码示例值:1002000100
- 参数:
costCenterCode-- 返回:
-
departmentId
部门id,详细说明参见[部门 ID 说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/contact-v3/department/field-overview#23857fe0)示例值:1001
- 参数:
departmentId-- 返回:
-
build
-