Interface AssetRelation

    • Method Detail

      • getAsset

        Asset getAsset()
        Returns the related Asset
        Returns:
        asset instance of related asset
      • getProperties

        ModifiableValueMap getProperties()
        Returns additional properties for the Asset relation. It returns a ModifiableValueMap, that can be used to modify existing relation properties. If there are no properties, then null is returned (this will only happen for relation created with older api Asset.setRelation(String, String))
        Returns:
        properties of the Asset Relation as ModifiableValueMap, returns null if no properties found.
      • getName

        java.lang.String getName()
        Returns the name of the relation
        Returns:
        name of the relation