@ProviderType public interface AssetRelation
AssetRelation
defines the Asset
relation.
To get a relation see Asset.listRelations(String)
.
To create a relation see Asset.addRelation(String, String, java.util.Map)
and
Asset.addRelation(String, String)
To update additional properties for a relation see getProperties()
Modifier and Type | Method and Description |
---|---|
Asset |
getAsset()
Returns the related
Asset |
java.lang.String |
getName()
Returns the name of the relation
|
ModifiableValueMap |
getProperties()
Returns additional properties for the Asset relation.
|
Asset getAsset()
Asset
ModifiableValueMap getProperties()
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)
)ModifiableValueMap
, returns null if no properties found.java.lang.String getName()
Copyright © 2010 - 2020 Adobe. All Rights Reserved