Uses of Class
org.eclipse.microprofile.openapi.apps.airlines.model.Booking
-
Packages that use Booking Package Description org.eclipse.microprofile.openapi.apps.airlines.resources.bookings -
-
Uses of Booking in org.eclipse.microprofile.openapi.apps.airlines.resources.bookings
Methods in org.eclipse.microprofile.openapi.apps.airlines.resources.bookings with parameters of type Booking Modifier and Type Method Description jakarta.ws.rs.core.Response
BookingResource. createBooking(Booking task)
jakarta.ws.rs.core.Response
BookingResource. updateBooking(int id, Booking booking)
-