Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.CommentReplies
-
Packages that use CommentReplies Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of CommentReplies in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as CommentReplies Modifier and Type Field Description protected CommentRepliesCommentConversation. commentRepliesMethods in org.odpi.openmetadata.frameworks.connectors.properties that return CommentReplies Modifier and Type Method Description protected abstract CommentRepliesCommentReplies. cloneIterator()Clones this iterator.CommentRepliesCommentConversation. getCommentReplies()Return an iterator of the replies to this comment - null means no replies are available.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type CommentReplies Constructor Description CommentConversation(Comment commentBean, CommentReplies commentReplies)Bean constructorCommentReplies(CommentReplies template)Copy/clone constructor.
-