类 SearchCostCenterReqBody.Builder
java.lang.Object
com.lark.oapi.service.corehr.v2.model.SearchCostCenterReqBody.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()成本中心编码costCenterIdList(String[] costCenterIdList) 成本中心ID 列表getAllVersion(Boolean getAllVersion) 是否获取所有陈本中心版本成长中心名称列表,精确匹配parentCostCenterId(String parentCostCenterId) 上级成本中心ID,可用于查询直接下级成本中心
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
costCenterIdList
成本中心ID 列表示例值:
- 参数:
costCenterIdList-- 返回:
-
nameList
成长中心名称列表,精确匹配示例值:
- 参数:
nameList-- 返回:
-
code
成本中心编码示例值:MDPD00000023
- 参数:
code-- 返回:
-
parentCostCenterId
上级成本中心ID,可用于查询直接下级成本中心示例值:6862995757234914824
- 参数:
parentCostCenterId-- 返回:
-
getAllVersion
是否获取所有陈本中心版本示例值:true
- 参数:
getAllVersion-- 返回:
-
build
-