Uses of Class
travel.wink.sdk.extranet.booking.model.LineChartSupplier
Packages that use LineChartSupplier
-
Uses of LineChartSupplier in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.model that return LineChartSupplierModifier and TypeMethodDescriptionLineChartSupplier.addSeriesItem(ChartSeriesSupplier seriesItem) LineChartSupplier.identifier(UUID identifier) LineChartSupplier.legend(ChartLegendSupplier legend) LineChartSupplier.series(List<ChartSeriesSupplier> series) LineChartSupplier.title(ChartTitleSupplier title) LineChartSupplier.xaxis(ChartCategoryAxisSupplier xaxis) LineChartSupplier.xAxis(ChartCategoryAxisSupplier xAxis) Methods in travel.wink.sdk.extranet.booking.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.extranet.booking.model with parameters of type LineChartSupplierModifier and TypeMethodDescriptionBookingAnalyticsSupplier.addChartsItem(LineChartSupplier chartsItem) Method parameters in travel.wink.sdk.extranet.booking.model with type arguments of type LineChartSupplierModifier and TypeMethodDescriptionBookingAnalyticsSupplier.charts(List<LineChartSupplier> charts) voidBookingAnalyticsSupplier.setCharts(List<LineChartSupplier> charts)