类 CostCenter.Builder
java.lang.Object
com.lark.oapi.service.mdm.v1.model.CostCenter.Builder
- 封闭类:
CostCenter
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()businessArea(String businessArea) 业务范围coAreaCode(String coAreaCode) 控制范围编码companyCodeList(String[] companyCodeList) 公司编码列表costCenterCode(String costCenterCode) 成本中心编码costCenterName(String costCenterName) 成本中心名称costCenterUid(String costCenterUid) 成本中心唯一ID费用类型i18nCostCenterName(I18nStruct[] i18nCostCenterName) 成本中心名称多语言配置profitCenterCode(String profitCenterCode) 利润中心编码responsibleUserUnionId(String responsibleUserUnionId) 负责人union id,详细说明参见[union id说明](https://open.feishu.cn/document/home/user-identity-introduction/union-id)有效期至(yyyy-MM-dd)
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
costCenterUid
成本中心唯一ID示例值:U1404779844306214912
- 参数:
costCenterUid-- 返回:
-
costCenterCode
成本中心编码示例值:1002000100
- 参数:
costCenterCode-- 返回:
-
i18nCostCenterName
成本中心名称多语言配置示例值:总经理办公室
- 参数:
i18nCostCenterName-- 返回:
-
responsibleUserUnionId
负责人union id,详细说明参见[union id说明](https://open.feishu.cn/document/home/user-identity-introduction/union-id)示例值:8763419
- 参数:
responsibleUserUnionId-- 返回:
-
coAreaCode
控制范围编码示例值:HL01
- 参数:
coAreaCode-- 返回:
-
profitCenterCode
利润中心编码示例值:100101
- 参数:
profitCenterCode-- 返回:
-
businessArea
业务范围示例值:FIC
- 参数:
businessArea-- 返回:
-
feeType
费用类型示例值:Administration
- 参数:
feeType-- 返回:
-
validTo
有效期至(yyyy-MM-dd)示例值:9999-12-31
- 参数:
validTo-- 返回:
-
costCenterName
成本中心名称示例值:总经理办公室
- 参数:
costCenterName-- 返回:
-
companyCodeList
公司编码列表示例值:s1001
- 参数:
companyCodeList-- 返回:
-
build
-