Uses of Class
travel.wink.sdk.extranet.model.StateSupplier
Packages that use StateSupplier
-
Uses of StateSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type StateSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageDisplayCompanyWithSalesMetricsSupplier>AffiliateApi.browseAffiliates(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show affiliates Retrieve page of affiliates.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageDisplayCompanyWithSalesMetricsSupplier>>AffiliateApi.browseAffiliatesWithHttpInfo(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show affiliates Retrieve page of affiliates.org.springframework.web.reactive.function.client.WebClient.ResponseSpecAffiliateApi.browseAffiliatesWithResponseSpec(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show affiliates Retrieve page of affiliates.reactor.core.publisher.Mono<PageRateSupplier>DailyRateApi.showDailyRatesPage(String hotelIdentifier, String masterRateIdentifier, StateSupplier stateSupplier, String winkVersion) Show Daily Rate Page Retrieve daily rates for a master rate within a certain date range.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageRateSupplier>>DailyRateApi.showDailyRatesPageWithHttpInfo(String hotelIdentifier, String masterRateIdentifier, StateSupplier stateSupplier, String winkVersion) Show Daily Rate Page Retrieve daily rates for a master rate within a certain date range.org.springframework.web.reactive.function.client.WebClient.ResponseSpecDailyRateApi.showDailyRatesPageWithResponseSpec(String hotelIdentifier, String masterRateIdentifier, StateSupplier stateSupplier, String winkVersion) Show Daily Rate Page Retrieve daily rates for a master rate within a certain date range.reactor.core.publisher.Mono<PageBookingViewSupplier>BookingApi.showHotelBookings(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show Bookings Grid Retrieve page of bookings for a specific hotel with advanced filtering rules.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingViewSupplier>>BookingApi.showHotelBookingsWithHttpInfo(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show Bookings Grid Retrieve page of bookings for a specific hotel with advanced filtering rules.org.springframework.web.reactive.function.client.WebClient.ResponseSpecBookingApi.showHotelBookingsWithResponseSpec(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show Bookings Grid Retrieve page of bookings for a specific hotel with advanced filtering rules.reactor.core.publisher.Mono<PageInventorySupplier>InventoryApi.showPageableChannelInventory(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show pageable inventory Retrieve page of inventory for specified property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventorySupplier>>InventoryApi.showPageableChannelInventoryWithHttpInfo(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show pageable inventory Retrieve page of inventory for specified property.org.springframework.web.reactive.function.client.WebClient.ResponseSpecInventoryApi.showPageableChannelInventoryWithResponseSpec(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show pageable inventory Retrieve page of inventory for specified property.reactor.core.publisher.Mono<PageReviewViewSupplier>ReviewApi.showReviews(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show Reviews Retrieve a paginated list of reviews for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageReviewViewSupplier>>ReviewApi.showReviewsWithHttpInfo(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show Reviews Retrieve a paginated list of reviews for specified propertyorg.springframework.web.reactive.function.client.WebClient.ResponseSpecReviewApi.showReviewsWithResponseSpec(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show Reviews Retrieve a paginated list of reviews for specified property -
Uses of StateSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return StateSupplierModifier and TypeMethodDescriptionStateSupplier.addGroupItem(GroupDescriptorSupplier groupItem) StateSupplier.addSortItem(SortDescriptorSupplier sortItem) StateSupplier.filter(CompositeFilterDescriptorSupplier filter) StateSupplier.group(List<GroupDescriptorSupplier> group) StateSupplier.sort(List<SortDescriptorSupplier> sort)