Uses of Class
travel.wink.sdk.extranet.model.ChartSeriesSupplier
Packages that use ChartSeriesSupplier
-
Uses of ChartSeriesSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return ChartSeriesSupplierModifier and TypeMethodDescriptionChartSeriesSupplier.addDataItem(BigDecimal dataItem) ChartSeriesSupplier.data(List<BigDecimal> data) Methods in travel.wink.sdk.extranet.model that return types with arguments of type ChartSeriesSupplierModifier and TypeMethodDescription@Valid List<ChartSeriesSupplier> LineChartSupplier.getSeries()The configuration of the chart series.Methods in travel.wink.sdk.extranet.model with parameters of type ChartSeriesSupplierModifier and TypeMethodDescriptionLineChartSupplier.addSeriesItem(ChartSeriesSupplier seriesItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type ChartSeriesSupplierModifier and TypeMethodDescriptionLineChartSupplier.series(List<ChartSeriesSupplier> series) voidLineChartSupplier.setSeries(List<ChartSeriesSupplier> series)