Uses of Class
travel.wink.sdk.analytics.model.ChartRequestView
Packages that use ChartRequestView
-
Uses of ChartRequestView in travel.wink.sdk.analytics.api
Methods in travel.wink.sdk.analytics.api that return types with arguments of type ChartRequestViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ChartRequestView> AnalyticsApi.createChartRequest(UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) Create Chart Creates a new chart request.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestView>> AnalyticsApi.createChartRequestWithHttpInfo(UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) Create Chart Creates a new chart request.reactor.core.publisher.Mono<ChartRequestView> AnalyticsApi.showChartRequest(String chartIdentifier, String winkVersion) Show Chart Displays a single chart request by identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestView>> AnalyticsApi.showChartRequestWithHttpInfo(String chartIdentifier, String winkVersion) Show Chart Displays a single chart request by identifier.reactor.core.publisher.Mono<ChartRequestView> AnalyticsApi.updateChartRequest(String chartIdentifier, UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) Update Chart Updates an existing chart request by identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestView>> AnalyticsApi.updateChartRequestWithHttpInfo(String chartIdentifier, UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) Update Chart Updates an existing chart request by identifier. -
Uses of ChartRequestView in travel.wink.sdk.analytics.model
Methods in travel.wink.sdk.analytics.model that return ChartRequestView