public static final class AllocateCostUnitResourceRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AllocateCostUnitResourceRequest |
build() |
AllocateCostUnitResourceRequest.Builder |
fromUnitId(Long fromUnitId)
The ID of the source cost center.
|
AllocateCostUnitResourceRequest.Builder |
fromUnitUserId(Long fromUnitUserId)
The user ID of the owner of the source cost center.
|
AllocateCostUnitResourceRequest.Builder |
resourceInstanceList(List<AllocateCostUnitResourceRequest.ResourceInstanceList> resourceInstanceList)
The resource instances to be transferred.
|
AllocateCostUnitResourceRequest.Builder |
toUnitId(Long toUnitId)
The ID of the destination cost center.
|
AllocateCostUnitResourceRequest.Builder |
toUnitUserId(Long toUnitUserId)
The user ID of the owner of the destination cost center.
|
public AllocateCostUnitResourceRequest.Builder fromUnitId(Long fromUnitId)
The ID of the source cost center.
This parameter is required.
example:0
public AllocateCostUnitResourceRequest.Builder fromUnitUserId(Long fromUnitUserId)
The user ID of the owner of the source cost center.
This parameter is required.
example:273394581313325532
public AllocateCostUnitResourceRequest.Builder resourceInstanceList(List<AllocateCostUnitResourceRequest.ResourceInstanceList> resourceInstanceList)
The resource instances to be transferred.
This parameter is required.
public AllocateCostUnitResourceRequest.Builder toUnitId(Long toUnitId)
The ID of the destination cost center.
This parameter is required.
example:186419
public AllocateCostUnitResourceRequest.Builder toUnitUserId(Long toUnitUserId)
The user ID of the owner of the destination cost center.
This parameter is required.
example:241021678450941490
public AllocateCostUnitResourceRequest build()
Copyright © 2026. All rights reserved.