public static final class InteropReportTypes.Report.Builder
extends java.lang.Object
InteropReportTypes.Report
.Constructor and Description |
---|
Builder(java.util.Calendar dateCreated,
Product targetProduct,
java.util.List<InteropReportTypes.ReportRow> products,
InteropReportTypes.ReportSummary summary)
Constructor with parameters for the required properties of
InteropReportTypes.Report . |
Modifier and Type | Method and Description |
---|---|
InteropReportTypes.Report |
build() |
InteropReportTypes.Report.Builder |
setIssues(Notifications issues)
Lists of issues encountered during report creation.
|
public Builder(java.util.Calendar dateCreated, Product targetProduct, java.util.List<InteropReportTypes.ReportRow> products, InteropReportTypes.ReportSummary summary)
InteropReportTypes.Report
.public InteropReportTypes.Report.Builder setIssues(Notifications issues)
Set
if any issues encountered.issues
- New value for the property.public InteropReportTypes.Report build()