Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.CommentProperties
-
Packages that use CommentProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.metadataelement org.odpi.openmetadata.accessservices.communityprofile.properties -
-
Uses of CommentProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelement
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement that return CommentProperties Modifier and Type Method Description CommentPropertiesCommentElement. getProperties()Return the properties of the comment.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement with parameters of type CommentProperties Modifier and Type Method Description voidCommentElement. setProperties(CommentProperties properties)Set up the comment properties. -
Uses of CommentProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Subclasses of CommentProperties in org.odpi.openmetadata.accessservices.communityprofile.properties Modifier and Type Class Description classPersonalMessagePersonal message is a comment added to a personal profile.Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type CommentProperties Constructor Description CommentProperties(CommentProperties template)Copy/clone constructor.
-