Uses of Class
travel.wink.sdk.extranet.model.BookingCount
Packages that use BookingCount
-
Uses of BookingCount in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type BookingCountModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingCount>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<BookingCount>>BookingApi.showBookingsCountWithHttpInfo(String hotelIdentifier, String winkVersion) -
Uses of BookingCount in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BookingCountModifier and TypeMethodDescriptionBookingCount.bookingsToday(Long bookingsToday) BookingCount.bookingsTomorrow(Long bookingsTomorrow) BookingCount.bookingsTotal(Long bookingsTotal)