Uses of Class
com.bytedesk.ai.utils.demo.airline.data.Booking
Packages that use Booking
Package
Description
-
Uses of Booking in com.bytedesk.ai.utils.demo.airline.data
Fields in com.bytedesk.ai.utils.demo.airline.data with type parameters of type BookingMethods in com.bytedesk.ai.utils.demo.airline.data that return types with arguments of type BookingMethod parameters in com.bytedesk.ai.utils.demo.airline.data with type arguments of type BookingModifier and TypeMethodDescriptionvoid
BookingData.setBookings
(List<Booking> bookings) void
Customer.setBookings
(List<Booking> bookings) -
Uses of Booking in com.bytedesk.ai.utils.demo.airline.services
Methods in com.bytedesk.ai.utils.demo.airline.services that return BookingModifier and TypeMethodDescriptionprivate Booking
FlightBookingService.findBooking
(String bookingNumber, String name) Methods in com.bytedesk.ai.utils.demo.airline.services with parameters of type BookingModifier and TypeMethodDescriptionprivate BookingTools.BookingDetails
FlightBookingService.toBookingDetails
(Booking booking)