Uses of Class
at.jku.ssw.fp.airline.Offer
-
Packages that use Offer Package Description at.jku.ssw.fp.airline -
-
Uses of Offer in at.jku.ssw.fp.airline
Methods in at.jku.ssw.fp.airline that return Offer Modifier and Type Method Description Offer
Agency. getOffer(Flight flight)
Returns an offer for a flight.Offer
Airline. getOffer(Flight flight)
Returns a offer for a flight.Offer
Retailer. getOffer(Flight flight)
Returns an offer for a flight in a synchronous way.Methods in at.jku.ssw.fp.airline that return types with arguments of type Offer Modifier and Type Method Description default CompletableFuture<Offer>
Retailer. getOfferAsync(Flight flight)
Returns a completable future for an offer for a flight.
-