Package com.oracle.bmc.datasafe.model
Class Summary.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.Summary.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Summary
build()
Summary.Builder
copy(Summary model)
Summary.Builder
countOf(String countOf)
Name of the key or count of object.Summary.Builder
displayOrder(Integer displayOrder)
Specifies the order in which the summary must be displayed.Summary.Builder
groupByFieldName(String groupByFieldName)
A comma-delimited string that specifies the names of the fields by which the records must be aggregated to get the summary.Summary.Builder
isHidden(Boolean isHidden)
Indicates if the summary is hidden.Summary.Builder
name(String name)
Name of the report summary.Summary.Builder
scimFilter(String scimFilter)
Additional scim filters used to get the specific summary.
-
-
-
Method Detail
-
name
public Summary.Builder name(String name)
Name of the report summary.- Parameters:
name
- the value to set- Returns:
- this builder
-
isHidden
public Summary.Builder isHidden(Boolean isHidden)
Indicates if the summary is hidden.Values can either be ‘true’ or ‘false’.
- Parameters:
isHidden
- the value to set- Returns:
- this builder
-
displayOrder
public Summary.Builder displayOrder(Integer displayOrder)
Specifies the order in which the summary must be displayed.- Parameters:
displayOrder
- the value to set- Returns:
- this builder
-
groupByFieldName
public Summary.Builder groupByFieldName(String groupByFieldName)
A comma-delimited string that specifies the names of the fields by which the records must be aggregated to get the summary.- Parameters:
groupByFieldName
- the value to set- Returns:
- this builder
-
countOf
public Summary.Builder countOf(String countOf)
Name of the key or count of object.- Parameters:
countOf
- the value to set- Returns:
- this builder
-
scimFilter
public Summary.Builder scimFilter(String scimFilter)
Additional scim filters used to get the specific summary.- Parameters:
scimFilter
- the value to set- Returns:
- this builder
-
build
public Summary build()
-
copy
public Summary.Builder copy(Summary model)
-
-