Package com.oracle.bmc.datasafe.model
Class Summary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.Summary.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Summarybuild()Summary.Buildercopy(Summary model)Summary.BuildercountOf(String countOf)Name of the key or count of object.Summary.BuilderdisplayOrder(Integer displayOrder)Specifies the order in which the summary must be displayed.Summary.BuildergroupByFieldName(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.BuilderisHidden(Boolean isHidden)Indicates if the summary is hidden.Summary.Buildername(String name)Name of the report summary.Summary.BuilderscimFilter(String scimFilter)Additional scim filters used to get the specific summary.
 
- 
- 
- 
Method Detail- 
namepublic Summary.Builder name(String name) Name of the report summary.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
isHiddenpublic 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
 
 - 
displayOrderpublic Summary.Builder displayOrder(Integer displayOrder) Specifies the order in which the summary must be displayed.- Parameters:
- displayOrder- the value to set
- Returns:
- this builder
 
 - 
groupByFieldNamepublic 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
 
 - 
countOfpublic Summary.Builder countOf(String countOf) Name of the key or count of object.- Parameters:
- countOf- the value to set
- Returns:
- this builder
 
 - 
scimFilterpublic Summary.Builder scimFilter(String scimFilter) Additional scim filters used to get the specific summary.- Parameters:
- scimFilter- the value to set
- Returns:
- this builder
 
 - 
buildpublic Summary build() 
 - 
copypublic Summary.Builder copy(Summary model) 
 
- 
 
-