Uses of Enum Class
com.sforce.soap.metadata.ChartTheme
-
Uses of ChartTheme in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return ChartThemeModifier and TypeMethodDescriptionDashboard.getChartTheme()DashboardComponent.getComponentChartTheme()Dashboard.getDashboardChartTheme()static ChartThemeReturns the enum constant of this class with the specified name.static ChartTheme[]ChartTheme.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 ChartThemeModifier and TypeMethodDescriptionvoidDashboard.setChartTheme(ChartTheme chartTheme) voidDashboardComponent.setComponentChartTheme(ChartTheme componentChartTheme) voidDashboard.setDashboardChartTheme(ChartTheme dashboardChartTheme)