Uses of Class
travel.wink.sdk.affiliate.model.SalesChannelViewAffiliate
Packages that use SalesChannelViewAffiliate
-
Uses of SalesChannelViewAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type SalesChannelViewAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SalesChannelViewAffiliate>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<SalesChannelViewAffiliate>>SalesChannelApi.showSalesChannelWithHttpInfo(String companyIdentifier, String supplierIdentifier, String winkVersion) Show sales channel Retrieve sales channel specified by the company ID and the supplier ID. -
Uses of SalesChannelViewAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return SalesChannelViewAffiliateModifier and TypeMethodDescriptionSalesChannelViewAffiliate.createdDate(LocalDateTime createdDate) SalesChannelViewAffiliate.lastUpdate(LocalDateTime lastUpdate) SalesChannelViewAffiliate.salesChannel(SalesChannelAffiliate salesChannel) Methods in travel.wink.sdk.affiliate.model that return types with arguments of type SalesChannelViewAffiliateModifier and TypeMethodDescription@Valid List<SalesChannelViewAffiliate>PageSalesChannelViewAffiliate.getContent()Get contentMethods in travel.wink.sdk.affiliate.model with parameters of type SalesChannelViewAffiliateModifier and TypeMethodDescriptionPageSalesChannelViewAffiliate.addContentItem(SalesChannelViewAffiliate contentItem) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type SalesChannelViewAffiliateModifier and TypeMethodDescriptionPageSalesChannelViewAffiliate.content(List<SalesChannelViewAffiliate> content) voidPageSalesChannelViewAffiliate.setContent(List<SalesChannelViewAffiliate> content)