Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetFeedback
-
Packages that use AssetFeedback Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetFeedback in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as AssetFeedback Modifier and Type Field Description protected AssetFeedbackAssetUniverse. feedbackMethods in org.odpi.openmetadata.frameworks.connectors.properties that return AssetFeedback Modifier and Type Method Description AssetFeedbackAssetUniverse. getFeedback()Return details of the people, products and feedback that are connected to the asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetFeedback Constructor Description AssetFeedback(AssetFeedback templateFeedback)Copy/clone constructor.AssetUniverse(Asset assetBean, ExternalIdentifiers externalIdentifiers, RelatedMediaReferences relatedMediaReferences, NoteLogs noteLogs, ExternalReferences externalReferences, Connections connections, Licenses licenses, Certifications certifications, List<Meaning> meanings, SchemaType schema, AssetFeedback feedback, Locations knownLocations, AssetLineage lineage, RelatedAssets relatedAssets)Typical Constructor
-