Package travel.wink.sdk.affiliate.api
Class SalesChannelApi
java.lang.Object
travel.wink.sdk.affiliate.api.SalesChannelApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-11-08T09:35:16.430198433+07:00[Asia/Bangkok]")
public class SalesChannelApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageSalesChannelView>browseSalesChannels(String companyIdentifier, State state, String winkVersion) Show sales channels Retrieve page of sales channels.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageSalesChannelView>>browseSalesChannelsWithHttpInfo(String companyIdentifier, State state, String winkVersion) voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<SalesChannelView>showSalesChannel(String companyIdentifier, String supplierIdentifier, String winkVersion) Show sales channel Retrieve sales channel specified by the company ID and the supplier ID.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SalesChannelView>>showSalesChannelWithHttpInfo(String companyIdentifier, String supplierIdentifier, String winkVersion)
-
Constructor Details
-
SalesChannelApi
public SalesChannelApi() -
SalesChannelApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
browseSalesChannels
public reactor.core.publisher.Mono<PageSalesChannelView> browseSalesChannels(String companyIdentifier, State state, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show sales channels Retrieve page of sales channels.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterstate- The state parameterwinkVersion- The winkVersion parameter- Returns:
- PageSalesChannelView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
browseSalesChannelsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageSalesChannelView>> browseSalesChannelsWithHttpInfo(String companyIdentifier, State state, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showSalesChannel
public reactor.core.publisher.Mono<SalesChannelView> showSalesChannel(String companyIdentifier, String supplierIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show sales channel Retrieve sales channel specified by the company ID and the supplier ID.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parametersupplierIdentifier- The supplierIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- SalesChannelView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSalesChannelWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SalesChannelView>> showSalesChannelWithHttpInfo(String companyIdentifier, String supplierIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-