public interface IComment
Modifier and Type | Method and Description |
---|---|
ICommentBuilder |
createBuilder()
Gets the builder instance.
|
String |
getAuthor()
Gets the author, who created the comment.
|
String |
getContent()
Gets the text content of the comment.
|
String getContent()
String getAuthor()
ICommentBuilder createBuilder()
Copyright © 2024. All rights reserved.