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
 ReportSummaryType ChartSummary.getAggregate()
           
 ReportSummaryType ReportColorRange.getAggregate()
           
 ReportSummaryType AnalyticSnapshotMapping.getAggregateType()
           
 ReportSummaryType DashboardTableColumn.getAggregateType()
           
 ReportSummaryType[] ReportColumn.getAggregateTypes()
           
static ReportSummaryType ReportSummaryType.valueOf(java.lang.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
 void ChartSummary.setAggregate(ReportSummaryType aggregate)
           
 void ReportColorRange.setAggregate(ReportSummaryType aggregate)
           
 void AnalyticSnapshotMapping.setAggregateType(ReportSummaryType aggregateType)
           
 void DashboardTableColumn.setAggregateType(ReportSummaryType aggregateType)
           
 void ReportColumn.setAggregateTypes(ReportSummaryType[] aggregateTypes)
           
 



Copyright © 2011. All Rights Reserved.