Uses of Class
travel.wink.sdk.affiliate.model.StateAffiliate
Packages that use StateAffiliate
-
Uses of StateAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api with parameters of type StateAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageSalesChannelViewAffiliate>SalesChannelApi.browseSalesChannels(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show sales channels Retrieve page of sales channels.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageSalesChannelViewAffiliate>>SalesChannelApi.browseSalesChannelsWithHttpInfo(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show sales channels Retrieve page of sales channels.org.springframework.web.reactive.function.client.WebClient.ResponseSpecSalesChannelApi.browseSalesChannelsWithResponseSpec(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show sales channels Retrieve page of sales channels.reactor.core.publisher.Mono<PageHotelOnMapViewAffiliate>SupplierApi.browseSuppliers(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show suppliers Retrieve page of suppliers.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelOnMapViewAffiliate>>SupplierApi.browseSuppliersWithHttpInfo(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show suppliers Retrieve page of suppliers.org.springframework.web.reactive.function.client.WebClient.ResponseSpecSupplierApi.browseSuppliersWithResponseSpec(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show suppliers Retrieve page of suppliers.reactor.core.publisher.Mono<PageBookingViewAffiliate>BookingsApi.showBookingsForCompany(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show Bookings Show bookings for the affiliate company that helped create those booking.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingViewAffiliate>>BookingsApi.showBookingsForCompanyWithHttpInfo(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show Bookings Show bookings for the affiliate company that helped create those booking.org.springframework.web.reactive.function.client.WebClient.ResponseSpecBookingsApi.showBookingsForCompanyWithResponseSpec(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) Show Bookings Show bookings for the affiliate company that helped create those booking. -
Uses of StateAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return StateAffiliateModifier and TypeMethodDescriptionStateAffiliate.addGroupItem(GroupDescriptorAffiliate groupItem) StateAffiliate.addSortItem(SortDescriptorAffiliate sortItem) StateAffiliate.filter(FilterDescriptorAffiliate filter) StateAffiliate.group(List<GroupDescriptorAffiliate> group) StateAffiliate.sort(List<SortDescriptorAffiliate> sort)