public static class TaskComment.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TaskComment.Builder |
addedAt(Date addedAt) |
TaskComment.Builder |
addedBy(String addedBy) |
TaskComment |
build() |
TaskComment.Builder |
id(Long id) |
TaskComment.Builder |
text(String text) |
public TaskComment build()
public TaskComment.Builder id(Long id)
public TaskComment.Builder text(String text)
public TaskComment.Builder addedBy(String addedBy)
public TaskComment.Builder addedAt(Date addedAt)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.