Uses of Class
travel.wink.sdk.extranet.model.State
Packages that use State
-
Uses of State in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type StateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageDisplayCompany>AffiliateApi.browseAffiliates(String hotelIdentifier, State state) Show pageable inventory Retrieve page of inventory for specified property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageDisplayCompany>>AffiliateApi.browseAffiliatesWithHttpInfo(String hotelIdentifier, State state) reactor.core.publisher.Mono<PageRate>DailyRateApi.showDailyRatesPage(String hotelIdentifier, String masterRateIdentifier, State state) Show Daily Rate Page Retrieve daily rates for a master rate within a certain date range.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageRate>>DailyRateApi.showDailyRatesPageWithHttpInfo(String hotelIdentifier, String masterRateIdentifier, State state) reactor.core.publisher.Mono<PageBookingView>BookingApi.showHotelBookings(String hotelIdentifier, State state) Show Bookings Grid Retrieve page of bookings for a specific hotel with advanced filtering rules.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingView>>BookingApi.showHotelBookingsWithHttpInfo(String hotelIdentifier, State state) reactor.core.publisher.Mono<PageInventory>InventoryApi.showPageableChannelInventory(String hotelIdentifier, State state) Show pageable inventory Retrieve page of inventory for specified property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventory>>InventoryApi.showPageableChannelInventoryWithHttpInfo(String hotelIdentifier, State state) reactor.core.publisher.Mono<PageReviewView>ReviewApi.showReviews(String hotelIdentifier, State state) Show Reviews Retrieve a paginated list of reviews for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageReviewView>>ReviewApi.showReviewsWithHttpInfo(String hotelIdentifier, State state) -
Uses of State in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return StateModifier and TypeMethodDescriptionState.addGroupItem(GroupDescriptor groupItem) State.addSortItem(SortDescriptor sortItem) State.filter(FilterDescriptor filter) State.group(List<GroupDescriptor> group) State.sort(List<SortDescriptor> sort)