Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public Summary.Builder name(String name)
Name of the report summary.
name
- the value to setpublic Summary.Builder isHidden(Boolean isHidden)
Indicates if the summary is hidden. Values can either be ‘true’ or ‘false’.
isHidden
- the value to setpublic Summary.Builder displayOrder(Integer displayOrder)
Specifies the order in which the summary must be displayed.
displayOrder
- the value to setpublic 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.
groupByFieldName
- the value to setpublic Summary.Builder countOf(String countOf)
Name of the key or count of object.
countOf
- the value to setpublic Summary.Builder scimFilter(String scimFilter)
Additional scim filters used to get the specific summary.
scimFilter
- the value to setpublic Summary build()
public Summary.Builder copy(Summary model)
Copyright © 2016–2024. All rights reserved.