public static class CaseComment.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CaseComment.Builder |
addedAt(Date addedAt) |
CaseComment.Builder |
author(String author) |
CaseComment |
build() |
CaseComment.Builder |
id(String id) |
CaseComment.Builder |
restrictedTo(String[] restrictedTo) |
CaseComment.Builder |
text(String text) |
public CaseComment build()
public CaseComment.Builder id(String id)
public CaseComment.Builder author(String author)
public CaseComment.Builder text(String text)
public CaseComment.Builder addedAt(Date addedAt)
public CaseComment.Builder restrictedTo(String[] restrictedTo)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.