Uses of Enum Class
com.sforce.soap.metadata.ReportSummaryType
-
Uses of ReportSummaryType in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return ReportSummaryTypeModifier and TypeMethodDescriptionChartSummary.getAggregate()ReportColorRange.getAggregate()ReportFormattingRule.getAggregate()AnalyticSnapshotMapping.getAggregateType()DashboardTableColumn.getAggregateType()ReportColumn.getAggregateTypes()static ReportSummaryTypeReturns the enum constant of this class with the specified name.static ReportSummaryType[]ReportSummaryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type ReportSummaryTypeModifier and TypeMethodDescriptionvoidChartSummary.setAggregate(ReportSummaryType aggregate) voidReportColorRange.setAggregate(ReportSummaryType aggregate) voidReportFormattingRule.setAggregate(ReportSummaryType aggregate) voidAnalyticSnapshotMapping.setAggregateType(ReportSummaryType aggregateType) voidDashboardTableColumn.setAggregateType(ReportSummaryType aggregateType) voidReportColumn.setAggregateTypes(ReportSummaryType[] aggregateTypes)