public static final class CreateCostUnitResponseBody.CostUnitDtoList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateCostUnitResponseBody.CostUnitDtoList |
build() |
CreateCostUnitResponseBody.CostUnitDtoList.Builder |
ownerUid(Long ownerUid)
The user ID of the owner of the cost center.
|
CreateCostUnitResponseBody.CostUnitDtoList.Builder |
parentUnitId(Long parentUnitId)
The ID of the parent cost center.
|
CreateCostUnitResponseBody.CostUnitDtoList.Builder |
unitId(Long unitId)
The ID of the cost center.
|
CreateCostUnitResponseBody.CostUnitDtoList.Builder |
unitName(String unitName)
The name of the cost center.
|
public CreateCostUnitResponseBody.CostUnitDtoList.Builder ownerUid(Long ownerUid)
The user ID of the owner of the cost center.
example:26387563
public CreateCostUnitResponseBody.CostUnitDtoList.Builder parentUnitId(Long parentUnitId)
The ID of the parent cost center. A value of -1 indicates the root cost center.
example:-1
public CreateCostUnitResponseBody.CostUnitDtoList.Builder unitId(Long unitId)
The ID of the cost center.
example:84327659328
public CreateCostUnitResponseBody.CostUnitDtoList.Builder unitName(String unitName)
The name of the cost center.
example:test
public CreateCostUnitResponseBody.CostUnitDtoList build()
Copyright © 2026. All rights reserved.