public static final class DeleteCostUnitRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteCostUnitRequest |
build() |
DeleteCostUnitRequest.Builder |
ownerUid(Long ownerUid)
The user ID of the cost center owner.
|
DeleteCostUnitRequest.Builder |
unitId(Long unitId)
The ID of the cost center.
|
public DeleteCostUnitRequest.Builder ownerUid(Long ownerUid)
The user ID of the cost center owner.
This parameter is required.
example:2135342
public DeleteCostUnitRequest.Builder unitId(Long unitId)
The ID of the cost center. A value of -1 indicates the root cost center.
This parameter is required.
example:376348
public DeleteCostUnitRequest build()
Copyright © 2026. All rights reserved.