public static class ReportTypeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ReportTypeSummary |
build() |
ReportTypeSummary.Builder |
columns(List<String> columns)
The columns in the report.
|
ReportTypeSummary.Builder |
copy(ReportTypeSummary model) |
ReportTypeSummary.Builder |
description(String description)
A description of the report.
|
ReportTypeSummary.Builder |
name(String name)
The name of the report.
|
ReportTypeSummary.Builder |
reportType(String reportType)
The type of report.
|
public ReportTypeSummary.Builder reportType(String reportType)
The type of report.
reportType
- the value to setpublic ReportTypeSummary.Builder name(String name)
The name of the report.
name
- the value to setpublic ReportTypeSummary.Builder description(String description)
A description of the report.
description
- the value to setpublic ReportTypeSummary.Builder columns(List<String> columns)
The columns in the report.
columns
- the value to setpublic ReportTypeSummary build()
public ReportTypeSummary.Builder copy(ReportTypeSummary model)
Copyright © 2016–2024. All rights reserved.