Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.Comments
-
Packages that use Comments Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of Comments in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as Comments Modifier and Type Field Description protected CommentsAssetFeedback. commentsMethods in org.odpi.openmetadata.frameworks.connectors.properties that return Comments Modifier and Type Method Description protected abstract CommentsComments. cloneIterator()Clones this iterator.CommentsAssetFeedback. getComments()Returns a copy of the comments for the asset in an iterator.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type Comments Constructor Description AssetFeedback(InformalTags informalTags, Likes likes, Ratings ratings, Comments comments)Typical ConstructorComments(Comments template)Copy/clone constructor.
-