Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.properties.CommentProperties
-
Packages that use CommentProperties Package Description org.odpi.openmetadata.accessservices.assetconsumer.elements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetconsumer.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of CommentProperties in org.odpi.openmetadata.accessservices.assetconsumer.elements
Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements that return CommentProperties Modifier and Type Method Description CommentPropertiesCommentElement. getCommentProperties()Return the properties for the comment.Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements with parameters of type CommentProperties Modifier and Type Method Description voidCommentElement. setCommentProperties(CommentProperties commentProperties)Set up the properties for the comment. -
Uses of CommentProperties in org.odpi.openmetadata.accessservices.assetconsumer.properties
Constructors in org.odpi.openmetadata.accessservices.assetconsumer.properties with parameters of type CommentProperties Constructor Description CommentProperties(CommentProperties template)Copy/clone constructor.
-