public static class CreateReportDefinitionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateReportDefinitionDetails |
build() |
CreateReportDefinitionDetails.Builder |
columnFilters(List<ColumnFilter> columnFilters)
An array of column filter objects.
|
CreateReportDefinitionDetails.Builder |
columnInfo(List<Column> columnInfo)
An array of column objects in the order (left to right) displayed in the report.
|
CreateReportDefinitionDetails.Builder |
columnSortings(List<ColumnSorting> columnSortings)
An array of column sorting objects.
|
CreateReportDefinitionDetails.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the report definition.
|
CreateReportDefinitionDetails.Builder |
copy(CreateReportDefinitionDetails model) |
CreateReportDefinitionDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateReportDefinitionDetails.Builder |
description(String description)
The description of the report definition.
|
CreateReportDefinitionDetails.Builder |
displayName(String displayName)
Specifies the name of the report definition.
|
CreateReportDefinitionDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
CreateReportDefinitionDetails.Builder |
parentId(String parentId)
The OCID of the parent report definition.
|
CreateReportDefinitionDetails.Builder |
summary(List<Summary> summary)
An array of report summary objects in the order (left to right) displayed in the report.
|
public CreateReportDefinitionDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the report definition.
compartmentId
- the value to setpublic CreateReportDefinitionDetails.Builder displayName(String displayName)
Specifies the name of the report definition.
displayName
- the value to setpublic CreateReportDefinitionDetails.Builder parentId(String parentId)
The OCID of the parent report definition.
parentId
- the value to setpublic CreateReportDefinitionDetails.Builder description(String description)
The description of the report definition.
description
- the value to setpublic CreateReportDefinitionDetails.Builder columnInfo(List<Column> columnInfo)
An array of column objects in the order (left to right) displayed in the report. A column object stores all information about a column, including the name displayed on the UI, corresponding field name in the data source, data type of the column, and column visibility (if the column is visible to the user).
columnInfo
- the value to setpublic CreateReportDefinitionDetails.Builder columnFilters(List<ColumnFilter> columnFilters)
An array of column filter objects. A column Filter object stores all information about a column filter including field name, an operator, one or more expressions, if the filter is enabled, or if the filter is hidden.
columnFilters
- the value to setpublic CreateReportDefinitionDetails.Builder columnSortings(List<ColumnSorting> columnSortings)
An array of column sorting objects. Each column sorting object stores the column name to be sorted and if the sorting is in ascending order; sorting is done by the first column in the array, then by the second column in the array, etc.
columnSortings
- the value to setpublic CreateReportDefinitionDetails.Builder summary(List<Summary> summary)
An array of report summary objects in the order (left to right) displayed in the report. A report summary object stores all information about summary of report to be displayed, including the name displayed on UI, the display order, corresponding group by and count of values, summary visibility (if the summary is visible to user).
summary
- the value to setpublic CreateReportDefinitionDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic CreateReportDefinitionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic CreateReportDefinitionDetails build()
public CreateReportDefinitionDetails.Builder copy(CreateReportDefinitionDetails model)
Copyright © 2016–2024. All rights reserved.