public static final class ModifyCostUnitRequest.UnitEntityList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyCostUnitRequest.UnitEntityList |
build() |
ModifyCostUnitRequest.UnitEntityList.Builder |
newUnitName(String newUnitName)
The new name of the cost center.
|
ModifyCostUnitRequest.UnitEntityList.Builder |
ownerUid(Long ownerUid)
The user ID of the cost center owner.
|
ModifyCostUnitRequest.UnitEntityList.Builder |
unitId(Long unitId)
The ID of the cost center.
|
public ModifyCostUnitRequest.UnitEntityList.Builder newUnitName(String newUnitName)
The new name of the cost center.
This parameter is required.
example:newTest
public ModifyCostUnitRequest.UnitEntityList.Builder ownerUid(Long ownerUid)
The user ID of the cost center owner.
This parameter is required.
example:1321312312
public ModifyCostUnitRequest.UnitEntityList.Builder unitId(Long unitId)
The ID of the cost center.
This parameter is required.
example:2524352
public ModifyCostUnitRequest.UnitEntityList build()
Copyright © 2026. All rights reserved.