Interface AssetRelationshipSummary.Builder

    • Method Detail

      • hierarchyInfo

        AssetRelationshipSummary.Builder hierarchyInfo​(AssetHierarchyInfo hierarchyInfo)

        The assets that are related through an asset hierarchy.

        This object is present if the relationshipType is HIERARCHY.

        Parameters:
        hierarchyInfo - The assets that are related through an asset hierarchy.

        This object is present if the relationshipType is HIERARCHY.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relationshipType

        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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssetRelationshipType, AssetRelationshipType
      • relationshipType

        AssetRelationshipSummary.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssetRelationshipType, AssetRelationshipType