public static class CommentResultWithActions.CommentResultWithActionsBuilder extends Object
Constructor and Description |
---|
CommentResultWithActionsBuilder(long id,
String html,
long ownerId,
long parentId,
boolean asyncRenderSafe) |
Modifier and Type | Method and 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) |
public CommentResultWithActionsBuilder(long id, String html, long ownerId, long parentId, boolean asyncRenderSafe)
public CommentResultWithActions.CommentResultWithActionsBuilder setInlineComment(boolean isInlineComment)
public CommentResultWithActions.CommentResultWithActionsBuilder setSerializedHighlights(String serializedHighlights)
public CommentResultWithActions.CommentResultWithActionsBuilder setDataRef(String dataRef)
public CommentResultWithActions.CommentResultWithActionsBuilder setPrimaryActions(List<UserAction> primaryActions)
public CommentResultWithActions.CommentResultWithActionsBuilder setSecondaryActions(List<UserAction> secondaryActions)
public CommentResultWithActions build()
Copyright © 2003–2015 Atlassian. All rights reserved.