com.atlassian.confluence.tinymceplugin.rest.entities
Class CommentResultWithActions.CommentResultWithActionsBuilder

java.lang.Object
  extended by com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions.CommentResultWithActionsBuilder
Enclosing class:
CommentResultWithActions

public static class CommentResultWithActions.CommentResultWithActionsBuilder
extends Object


Constructor Summary
CommentResultWithActions.CommentResultWithActionsBuilder(long id, String html, long ownerId, long parentId, boolean asyncRenderSafe)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentResultWithActions.CommentResultWithActionsBuilder

public CommentResultWithActions.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()


Copyright © 2003–2015 Atlassian. All rights reserved.