Uses of Class
org.apache.karaf.examples.rest.api.Booking
-
-
Uses of Booking in org.apache.karaf.examples.rest.api
Methods in org.apache.karaf.examples.rest.api that return Booking Modifier and Type Method Description BookingBookingService. get(Long id)Methods in org.apache.karaf.examples.rest.api that return types with arguments of type Booking Modifier and Type Method Description Collection<Booking>BookingService. list()Methods in org.apache.karaf.examples.rest.api with parameters of type Booking Modifier and Type Method Description voidBookingService. add(Booking booking)voidBookingService. update(Booking booking)
-