public static interface AssetHierarchyInfo.Builder extends SdkPojo, CopyableBuilder<AssetHierarchyInfo.Builder,AssetHierarchyInfo>
| Modifier and Type | Method and Description |
|---|---|
AssetHierarchyInfo.Builder |
childAssetId(String childAssetId)
The ID of the child asset in this asset relationship.
|
AssetHierarchyInfo.Builder |
parentAssetId(String parentAssetId)
The ID of the parent asset in this asset relationship.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetHierarchyInfo.Builder parentAssetId(String parentAssetId)
The ID of the parent asset in this asset relationship.
parentAssetId - The ID of the parent asset in this asset relationship.AssetHierarchyInfo.Builder childAssetId(String childAssetId)
The ID of the child asset in this asset relationship.
childAssetId - The ID of the child asset in this asset relationship.Copyright © 2022. All rights reserved.