Uses of Class
travel.wink.sdk.affiliate.model.SalesChannelView
Packages that use SalesChannelView
-
Uses of SalesChannelView in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type SalesChannelViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SalesChannelView>SalesChannelApi.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>>SalesChannelApi.showSalesChannelWithHttpInfo(String companyIdentifier, String supplierIdentifier, String winkVersion) -
Uses of SalesChannelView in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return SalesChannelViewMethods in travel.wink.sdk.affiliate.model that return types with arguments of type SalesChannelViewModifier and TypeMethodDescription@Valid List<SalesChannelView>PageSalesChannelView.getContent()Get contentMethods in travel.wink.sdk.affiliate.model with parameters of type SalesChannelViewModifier and TypeMethodDescriptionPageSalesChannelView.addContentItem(SalesChannelView contentItem) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type SalesChannelViewModifier and TypeMethodDescriptionPageSalesChannelView.content(List<SalesChannelView> content) voidPageSalesChannelView.setContent(List<SalesChannelView> content)