public static class CommentReactionDTO.Builder extends Object
Constructor and Description |
---|
Builder() |
Builder(CommentReactionDTO commentReactionDTO) |
Modifier and Type | Method and Description |
---|---|
CommentReactionDTO.Builder |
author(String author) |
CommentReactionDTO |
build() |
CommentReactionDTO.Builder |
commentId(Long commentId) |
CommentReactionDTO.Builder |
createdDate(Timestamp createdDate) |
CommentReactionDTO.Builder |
emoticon(String emoticon) |
CommentReactionDTO.Builder |
id(Long id) |
public Builder()
public Builder(CommentReactionDTO commentReactionDTO)
public CommentReactionDTO build()
public CommentReactionDTO.Builder id(Long id)
public CommentReactionDTO.Builder commentId(Long commentId)
public CommentReactionDTO.Builder author(String author)
public CommentReactionDTO.Builder emoticon(String emoticon)
public CommentReactionDTO.Builder createdDate(Timestamp createdDate)
Copyright © 2002-2022 Atlassian. All Rights Reserved.