Uses of Class
travel.wink.sdk.affiliate.model.LineChartSupplier
Packages that use LineChartSupplier
-
Uses of LineChartSupplier in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return LineChartSupplierModifier and TypeMethodDescriptionLineChartSupplier.addSeriesItem(ChartSeriesSupplier seriesItem) LineChartSupplier.categoryAxis(ChartCategoryAxisSupplier categoryAxis) LineChartSupplier.identifier(UUID identifier) LineChartSupplier.legend(ChartLegendSupplier legend) LineChartSupplier.series(List<ChartSeriesSupplier> series) LineChartSupplier.seriesDefaults(ChartSeriesDefaultsSupplier seriesDefaults) LineChartSupplier.title(ChartTitleSupplier title) LineChartSupplier.tooltip(ChartTooltipSupplier tooltip) LineChartSupplier.transitions(Boolean transitions) LineChartSupplier.valueAxis(ChartValueAxisSupplier valueAxis) Methods in travel.wink.sdk.affiliate.model that return types with arguments of type LineChartSupplierModifier and TypeMethodDescription@NotNull @Valid List<LineChartSupplier> BookingAnalyticsSupplier.getCharts()Interesting property-level chart data overviewMethods in travel.wink.sdk.affiliate.model with parameters of type LineChartSupplierModifier and TypeMethodDescriptionBookingAnalyticsSupplier.addChartsItem(LineChartSupplier chartsItem) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type LineChartSupplierModifier and TypeMethodDescriptionBookingAnalyticsSupplier.charts(List<LineChartSupplier> charts) voidBookingAnalyticsSupplier.setCharts(List<LineChartSupplier> charts)