public interface ICommentBuilder
IComment according to the given settings| Modifier and Type | Method and Description |
|---|---|
IComment |
build()
Builds the
IComment with the given attributes |
static ICommentBuilder |
resolve(IScellApiResolver resolver)
Resolves a new instance of
ICommentBuilder with the given resolver |
ICommentBuilder |
setAuthor(String author)
Sets the author of the message
|
ICommentBuilder |
setContent(String content)
Sets the content of the comment message
|
static ICommentBuilder resolve(IScellApiResolver resolver)
ICommentBuilder with the given resolverresolver - the given resolverICommentBuilderICommentBuilder setContent(String content)
content - the String messageICommentBuilder setAuthor(String author)
author - the String author's nameCopyright © 2025. All rights reserved.