Uses of Enum Class
com.bytedesk.ai.utils.demo.airline.data.BookingClass
Packages that use BookingClass
-
Uses of BookingClass in com.bytedesk.ai.utils.demo.airline.data
Fields in com.bytedesk.ai.utils.demo.airline.data declared as BookingClassMethods in com.bytedesk.ai.utils.demo.airline.data that return BookingClassModifier and TypeMethodDescriptionBooking.getBookingClass()
static BookingClass
Returns the enum constant of this class with the specified name.static BookingClass[]
BookingClass.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bytedesk.ai.utils.demo.airline.data with parameters of type BookingClassConstructors in com.bytedesk.ai.utils.demo.airline.data with parameters of type BookingClassModifierConstructorDescriptionBooking
(String bookingNumber, LocalDate date, Customer customer, BookingStatus bookingStatus, String from, String to, BookingClass bookingClass)