Uses of Class
travel.wink.sdk.affiliate.model.ChartRequestView
Packages that use ChartRequestView
-
Uses of ChartRequestView in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type ChartRequestViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ChartRequestView>AnalyticsApi.saveChartRequest(ChartRequestWrapper chartRequestWrapper) Create Chart Creates a new chart request.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestView>>AnalyticsApi.saveChartRequestWithHttpInfo(ChartRequestWrapper chartRequestWrapper) reactor.core.publisher.Mono<ChartRequestView>AnalyticsApi.showChartRequest(String chartIdentifier, String accept) Show Chart Displays a single chart request by identifier.reactor.core.publisher.Flux<ChartRequestView>AnalyticsApi.showChartRequests(String accept) Show Charts Displays all charts for caller.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<ChartRequestView>>>AnalyticsApi.showChartRequestsWithHttpInfo(String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestView>>AnalyticsApi.showChartRequestWithHttpInfo(String chartIdentifier, String accept) reactor.core.publisher.Mono<ChartRequestView>AnalyticsApi.updateChartRequest(String chartIdentifier, ChartRequestWrapper chartRequestWrapper) Update Chart Updates an existing chart request by identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ChartRequestView>>AnalyticsApi.updateChartRequestWithHttpInfo(String chartIdentifier, ChartRequestWrapper chartRequestWrapper) -
Uses of ChartRequestView in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return ChartRequestView