public static interface AssetRelationshipSummary.Builder extends SdkPojo, CopyableBuilder<AssetRelationshipSummary.Builder,AssetRelationshipSummary>
| Modifier and Type | Method and Description |
|---|---|
AssetRelationshipSummary.Builder |
hierarchyInfo(AssetHierarchyInfo hierarchyInfo)
The assets that are related through an asset hierarchy.
|
default AssetRelationshipSummary.Builder |
hierarchyInfo(Consumer<AssetHierarchyInfo.Builder> hierarchyInfo)
The assets that are related through an asset hierarchy.
|
AssetRelationshipSummary.Builder |
relationshipType(AssetRelationshipType relationshipType)
The relationship type of the assets in this relationship.
|
AssetRelationshipSummary.Builder |
relationshipType(String relationshipType)
The relationship type of the assets in this relationship.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetRelationshipSummary.Builder hierarchyInfo(AssetHierarchyInfo hierarchyInfo)
The assets that are related through an asset hierarchy.
This object is present if the relationshipType is HIERARCHY.
hierarchyInfo - The assets that are related through an asset hierarchy.
This object is present if the relationshipType is HIERARCHY.
default AssetRelationshipSummary.Builder hierarchyInfo(Consumer<AssetHierarchyInfo.Builder> hierarchyInfo)
The assets that are related through an asset hierarchy.
This object is present if the relationshipType is HIERARCHY.
AssetHierarchyInfo.Builder avoiding the
need to create one manually via AssetHierarchyInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to hierarchyInfo(AssetHierarchyInfo).
hierarchyInfo - a consumer that will call methods on AssetHierarchyInfo.BuilderhierarchyInfo(AssetHierarchyInfo)AssetRelationshipSummary.Builder relationshipType(String relationshipType)
The relationship type of the assets in this relationship. This value is one of the following:
HIERARCHY – The assets are related through an asset hierarchy. If you specify this relationship
type, this asset relationship includes the hierarchyInfo object.
relationshipType - The relationship type of the assets in this relationship. This value is one of the following:
HIERARCHY – The assets are related through an asset hierarchy. If you specify this
relationship type, this asset relationship includes the hierarchyInfo object.
AssetRelationshipType,
AssetRelationshipTypeAssetRelationshipSummary.Builder relationshipType(AssetRelationshipType relationshipType)
The relationship type of the assets in this relationship. This value is one of the following:
HIERARCHY – The assets are related through an asset hierarchy. If you specify this relationship
type, this asset relationship includes the hierarchyInfo object.
relationshipType - The relationship type of the assets in this relationship. This value is one of the following:
HIERARCHY – The assets are related through an asset hierarchy. If you specify this
relationship type, this asset relationship includes the hierarchyInfo object.
AssetRelationshipType,
AssetRelationshipTypeCopyright © 2023. All rights reserved.