Class CommentResultWithActions.CommentResultWithActionsBuilder
- java.lang.Object
-
- com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions.CommentResultWithActionsBuilder
-
- Enclosing class:
- CommentResultWithActions
public static class CommentResultWithActions.CommentResultWithActionsBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description CommentResultWithActionsBuilder(long id, String html, long ownerId, long parentId, boolean asyncRenderSafe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentResultWithActions
build()
CommentResultWithActions.CommentResultWithActionsBuilder
setDataRef(String dataRef)
CommentResultWithActions.CommentResultWithActionsBuilder
setInlineComment(boolean isInlineComment)
CommentResultWithActions.CommentResultWithActionsBuilder
setPrimaryActions(List<UserAction> primaryActions)
CommentResultWithActions.CommentResultWithActionsBuilder
setSecondaryActions(List<UserAction> secondaryActions)
CommentResultWithActions.CommentResultWithActionsBuilder
setSerializedHighlights(String serializedHighlights)
-
-
-
Constructor Detail
-
CommentResultWithActionsBuilder
public CommentResultWithActionsBuilder(long id, String html, long ownerId, long parentId, boolean asyncRenderSafe)
-
-
Method Detail
-
setInlineComment
public CommentResultWithActions.CommentResultWithActionsBuilder setInlineComment(boolean isInlineComment)
-
setSerializedHighlights
public CommentResultWithActions.CommentResultWithActionsBuilder setSerializedHighlights(String serializedHighlights)
-
setDataRef
public CommentResultWithActions.CommentResultWithActionsBuilder setDataRef(String dataRef)
-
setPrimaryActions
public CommentResultWithActions.CommentResultWithActionsBuilder setPrimaryActions(List<UserAction> primaryActions)
-
setSecondaryActions
public CommentResultWithActions.CommentResultWithActionsBuilder setSecondaryActions(List<UserAction> secondaryActions)
-
build
public CommentResultWithActions build()
-
-