public static class ReportSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ReportSummary |
build() |
ReportSummary.Builder |
columns(List<String> columns)
The columns in the report.
|
ReportSummary.Builder |
content(String content)
The contents of the report in comma-separated values (CSV) file format.
|
ReportSummary.Builder |
copy(ReportSummary model) |
ReportSummary.Builder |
date(Date date)
The date of the report.
|
ReportSummary.Builder |
reportType(String reportType)
The type of report.
|
public ReportSummary.Builder reportType(String reportType)
The type of report.
reportType
- the value to setpublic ReportSummary.Builder date(Date date)
The date of the report.
date
- the value to setpublic ReportSummary.Builder columns(List<String> columns)
The columns in the report.
columns
- the value to setpublic ReportSummary.Builder content(String content)
The contents of the report in comma-separated values (CSV) file format.
content
- the value to setpublic ReportSummary build()
public ReportSummary.Builder copy(ReportSummary model)
Copyright © 2016–2024. All rights reserved.