com.atlassian.crucible.spi.data
Class VersionedLineCommentData.VersionedLineCommentBuilder

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

public static class VersionedLineCommentData.VersionedLineCommentBuilder
extends CommentDataImpl.CommentDataBuilder<VersionedLineCommentData.VersionedLineCommentBuilder,VersionedLineCommentData>

Creates VersionedLineCommentData instances.


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
 VersionedLineCommentData build()
           
 VersionedLineCommentData.VersionedLineCommentBuilder fromLineRange(java.lang.String fromLineRange)
           
 VersionedLineCommentData.VersionedLineCommentBuilder reviewItemId(PermId<ReviewItemData> reviewItemId)
           
 VersionedLineCommentData.VersionedLineCommentBuilder toLineRange(java.lang.String toLineRange)
           
 
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

reviewItemId

public VersionedLineCommentData.VersionedLineCommentBuilder reviewItemId(PermId<ReviewItemData> reviewItemId)

toLineRange

public VersionedLineCommentData.VersionedLineCommentBuilder toLineRange(java.lang.String toLineRange)

fromLineRange

public VersionedLineCommentData.VersionedLineCommentBuilder fromLineRange(java.lang.String fromLineRange)

build

public VersionedLineCommentData build()
Specified by:
build in class CommentDataImpl.CommentDataBuilder<VersionedLineCommentData.VersionedLineCommentBuilder,VersionedLineCommentData>