Uses of Class
travel.wink.sdk.analytics.model.UpsertChartRequestWrapper
Packages that use UpsertChartRequestWrapper
-
Uses of UpsertChartRequestWrapper in travel.wink.sdk.analytics.api
Methods in travel.wink.sdk.analytics.api with parameters of type UpsertChartRequestWrapperModifier 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.org.springframework.web.reactive.function.client.WebClient.ResponseSpecAnalyticsApi.createChartRequestWithResponseSpec(UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) Create Chart Creates a new chart request.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.org.springframework.web.reactive.function.client.WebClient.ResponseSpecAnalyticsApi.updateChartRequestWithResponseSpec(String chartIdentifier, UpsertChartRequestWrapper upsertChartRequestWrapper, String winkVersion) Update Chart Updates an existing chart request by identifier. -
Uses of UpsertChartRequestWrapper in travel.wink.sdk.analytics.model
Methods in travel.wink.sdk.analytics.model that return UpsertChartRequestWrapper