Class SalesChannelApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageSalesChannelViewAffiliate>browseSalesChannels(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show sales channels Retrieve page of sales channels.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageSalesChannelViewAffiliate>>browseSalesChannelsWithHttpInfo(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show sales channels Retrieve page of sales channels.org.springframework.web.reactive.function.client.WebClient.ResponseSpecbrowseSalesChannelsWithResponseSpec(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show sales channels Retrieve page of sales channels.voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<SalesChannelViewAffiliate>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<SalesChannelViewAffiliate>>showSalesChannelWithHttpInfo(String companyIdentifier, String supplierIdentifier, String winkVersion) Show sales channel Retrieve sales channel specified by the company ID and the supplier ID.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowSalesChannelWithResponseSpec(String companyIdentifier, String supplierIdentifier, String winkVersion) Show sales channel Retrieve sales channel specified by the company ID and the supplier ID.
-
Constructor Details
-
SalesChannelApi
public SalesChannelApi() -
SalesChannelApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
browseSalesChannels
public reactor.core.publisher.Mono<PageSalesChannelViewAffiliate> browseSalesChannels(String companyIdentifier, StateAffiliate stateAffiliate, 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 parameterstateAffiliate- The stateAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- PageSalesChannelViewAffiliate
- 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<PageSalesChannelViewAffiliate>> browseSalesChannelsWithHttpInfo(String companyIdentifier, StateAffiliate stateAffiliate, 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 parameterstateAffiliate- The stateAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<PageSalesChannelViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
browseSalesChannelsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec browseSalesChannelsWithResponseSpec(String companyIdentifier, StateAffiliate stateAffiliate, 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 parameterstateAffiliate- The stateAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSalesChannel
public reactor.core.publisher.Mono<SalesChannelViewAffiliate> 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:
- SalesChannelViewAffiliate
- 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<SalesChannelViewAffiliate>> showSalesChannelWithHttpInfo(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:
- ResponseEntity<SalesChannelViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSalesChannelWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSalesChannelWithResponseSpec(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:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-