Uses of Class
travel.wink.sdk.extranet.model.BookingCountSupplier
Packages that use BookingCountSupplier
-
Uses of BookingCountSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type BookingCountSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingCountSupplier> BookingApi.showBookingsCount(String hotelIdentifier, String winkVersion) Upcoming Booking Count Retrieve the number of upcoming bookings that arrive today for the specific hotel.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingCountSupplier>> BookingApi.showBookingsCountWithHttpInfo(String hotelIdentifier, String winkVersion) Upcoming Booking Count Retrieve the number of upcoming bookings that arrive today for the specific hotel. -
Uses of BookingCountSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BookingCountSupplierModifier and TypeMethodDescriptionBookingCountSupplier.bookingsToday(Long bookingsToday) BookingCountSupplier.bookingsTomorrow(Long bookingsTomorrow) BookingCountSupplier.bookingsTotal(Long bookingsTotal)