类 DepartmentCostCenterRelationship.Builder

java.lang.Object
com.lark.oapi.service.mdm.v1.model.DepartmentCostCenterRelationship.Builder
封闭类:
DepartmentCostCenterRelationship

public static class DepartmentCostCenterRelationship.Builder extends Object
  • 构造器详细资料

    • Builder

      public Builder()
  • 方法详细资料

    • departmentCostCenterRelationshipUid

      public DepartmentCostCenterRelationship.Builder departmentCostCenterRelationshipUid(String departmentCostCenterRelationshipUid)
      部门成本中心关系唯一ID

      示例值:U1418468581452029052

      参数:
      departmentCostCenterRelationshipUid -
      返回:
    • companyCode

      public DepartmentCostCenterRelationship.Builder companyCode(String companyCode)
      公司编码

      示例值:100101

      参数:
      companyCode -
      返回:
    • openDepartmentId

      public DepartmentCostCenterRelationship.Builder openDepartmentId(String openDepartmentId)
      部门open id,详细说明参见[部门 ID 说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/contact-v3/department/field-overview#23857fe0)

      示例值:od-1001

      参数:
      openDepartmentId -
      返回:
    • costCenterCode

      public DepartmentCostCenterRelationship.Builder costCenterCode(String costCenterCode)
      成本中心代码

      示例值:1002000100

      参数:
      costCenterCode -
      返回:
    • departmentId

      public DepartmentCostCenterRelationship.Builder departmentId(String departmentId)
      部门id,详细说明参见[部门 ID 说明](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/contact-v3/department/field-overview#23857fe0)

      示例值:1001

      参数:
      departmentId -
      返回:
    • build