Package com.smartsheet.api.models
Class ReportSummarizingCriterion
- java.lang.Object
-
- com.smartsheet.api.models.ReportSummarizingCriterion
-
public class ReportSummarizingCriterion extends java.lang.ObjectRepresents an summarizing criterion for a report.
-
-
Constructor Summary
Constructors Constructor Description ReportSummarizingCriterion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportAggregationTypegetAggregationType()Gets the type of aggregation.ReportColumnIdentifiergetColumn()Gets the column to summarize.ReportSummarizingCriterionsetAggregationType(ReportAggregationType aggregationType)Sets the type of aggregation.ReportSummarizingCriterionsetColumn(ReportColumnIdentifier column)Sets the column to summarize.
-
-
-
Method Detail
-
getColumn
public ReportColumnIdentifier getColumn()
Gets the column to summarize.- Returns:
- the column
-
setColumn
public ReportSummarizingCriterion setColumn(ReportColumnIdentifier column)
Sets the column to summarize.- Parameters:
column- the column
-
getAggregationType
public ReportAggregationType getAggregationType()
Gets the type of aggregation.- Returns:
- the aggregation type
-
setAggregationType
public ReportSummarizingCriterion setAggregationType(ReportAggregationType aggregationType)
Sets the type of aggregation.- Parameters:
aggregationType- the aggregation type
-
-