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