Uses of Class
com.sforce.soap.metadata.ReportSummaryType
-
-
Uses of ReportSummaryType in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return ReportSummaryType Modifier and Type Method Description ReportSummaryTypeChartSummary. getAggregate()ReportSummaryTypeReportColorRange. getAggregate()ReportSummaryTypeReportFormattingRule. getAggregate()ReportSummaryTypeAnalyticSnapshotMapping. getAggregateType()ReportSummaryTypeDashboardTableColumn. getAggregateType()ReportSummaryType[]ReportColumn. getAggregateTypes()static ReportSummaryTypeReportSummaryType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportSummaryType[]ReportSummaryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type ReportSummaryType Modifier and Type Method Description voidChartSummary. setAggregate(ReportSummaryType aggregate)voidReportColorRange. setAggregate(ReportSummaryType aggregate)voidReportFormattingRule. setAggregate(ReportSummaryType aggregate)voidAnalyticSnapshotMapping. setAggregateType(ReportSummaryType aggregateType)voidDashboardTableColumn. setAggregateType(ReportSummaryType aggregateType)voidReportColumn. setAggregateTypes(ReportSummaryType[] aggregateTypes)
-