Interface AssetHierarchyInfo.Builder

  • Method Details

    • parentAssetId

      AssetHierarchyInfo.Builder parentAssetId(String parentAssetId)

      The ID of the parent asset in this asset relationship.

      Parameters:
      parentAssetId - The ID of the parent asset in this asset relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • childAssetId

      AssetHierarchyInfo.Builder childAssetId(String childAssetId)

      The ID of the child asset in this asset relationship.

      Parameters:
      childAssetId - The ID of the child asset in this asset relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.