Interface AssetModelHierarchy.Builder

    • Method Detail

      • id

        AssetModelHierarchy.Builder id​(String id)

        The ID of the asset model hierarchy. This ID is a hierarchyId.

        Parameters:
        id - The ID of the asset model hierarchy. This ID is a hierarchyId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • childAssetModelId

        AssetModelHierarchy.Builder childAssetModelId​(String childAssetModelId)

        The ID of the asset model. All assets in this hierarchy must be instances of the childAssetModelId asset model.

        Parameters:
        childAssetModelId - The ID of the asset model. All assets in this hierarchy must be instances of the childAssetModelId asset model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.