Class CommentResultWithActions.CommentResultWithActionsBuilder
java.lang.Object
com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions.CommentResultWithActionsBuilder
- Enclosing class:
- CommentResultWithActions
-
Constructor Summary
ConstructorsConstructorDescriptionCommentResultWithActionsBuilder
(long id, String html, long ownerId, long parentId, boolean asyncRenderSafe, Date lastModificationDate, String urlPath) -
Method Summary
Modifier and TypeMethodDescriptionbuild()
setDataRef
(String dataRef) setInlineComment
(boolean isInlineComment) setPrimaryActions
(List<UserAction> primaryActions) setSecondaryActions
(List<UserAction> secondaryActions) setSerializedHighlights
(String serializedHighlights)
-
Constructor Details
-
CommentResultWithActionsBuilder
-
-
Method Details
-
setInlineComment
public CommentResultWithActions.CommentResultWithActionsBuilder setInlineComment(boolean isInlineComment) -
setSerializedHighlights
public CommentResultWithActions.CommentResultWithActionsBuilder setSerializedHighlights(String serializedHighlights) -
setDataRef
-
setPrimaryActions
public CommentResultWithActions.CommentResultWithActionsBuilder setPrimaryActions(List<UserAction> primaryActions) -
setSecondaryActions
public CommentResultWithActions.CommentResultWithActionsBuilder setSecondaryActions(List<UserAction> secondaryActions) -
build
-