com.atlassian.crucible.spi.data
Class GeneralCommentData.GeneralCommentBuilder

java.lang.Object
  extended by com.atlassian.crucible.spi.data.CommentDataImpl.CommentDataBuilder<GeneralCommentData.GeneralCommentBuilder,GeneralCommentData>
      extended by com.atlassian.crucible.spi.data.GeneralCommentData.GeneralCommentBuilder
Enclosing class:
GeneralCommentData

public static class GeneralCommentData.GeneralCommentBuilder
extends CommentDataImpl.CommentDataBuilder<GeneralCommentData.GeneralCommentBuilder,GeneralCommentData>

Call build() to create an instance of GeneralCommentData.


Field Summary
 
Fields inherited from class com.atlassian.crucible.spi.data.CommentDataImpl.CommentDataBuilder
createDate, defectApproved, defectRaised, deleted, draft, message, messageAsHtml, metrics, parentCommentPermId, permaId, readStatus, replies, user
 
Method Summary
 GeneralCommentData build()
           
 
Methods inherited from class com.atlassian.crucible.spi.data.CommentDataImpl.CommentDataBuilder
setCreateDate, setDefectApproved, setDefectRaised, setDeleted, setDraft, setMessage, setMessageAsHtml, setMetrics, setParentCommentPermId, setPermaId, setReadStatus, setReplies, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public GeneralCommentData build()
Specified by:
build in class CommentDataImpl.CommentDataBuilder<GeneralCommentData.GeneralCommentBuilder,GeneralCommentData>