public static class CommentVersionDTO.Builder extends Object
Constructor and Description |
---|
Builder() |
Builder(CommentVersionDTO commentVersionDTO) |
Modifier and Type | Method and Description |
---|---|
CommentVersionDTO |
build() |
CommentVersionDTO.Builder |
commentId(Long commentId) |
CommentVersionDTO.Builder |
deleted(String deleted) |
CommentVersionDTO.Builder |
indexVersion(Long indexVersion) |
CommentVersionDTO.Builder |
parentIssueId(Long parentIssueId) |
CommentVersionDTO.Builder |
updateTime(Timestamp updateTime) |
public Builder()
public Builder(CommentVersionDTO commentVersionDTO)
public CommentVersionDTO build()
public CommentVersionDTO.Builder commentId(Long commentId)
public CommentVersionDTO.Builder parentIssueId(Long parentIssueId)
public CommentVersionDTO.Builder updateTime(Timestamp updateTime)
public CommentVersionDTO.Builder indexVersion(Long indexVersion)
public CommentVersionDTO.Builder deleted(String deleted)
Copyright © 2002-2024 Atlassian. All Rights Reserved.