| Package | Description |
|---|---|
| org.glassfish.jersey.examples.flight.resources |
| Modifier and Type | Method and Description |
|---|---|
Flight |
FlightsResource.create(Integer aircraftId) |
Flight |
FlightsResource.get(String flightId) |
Flight |
FlightsResource.getAsHtml(String flightId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Flight> |
FlightsResource.list() |
Collection<Flight> |
FlightsResource.listAsHtml() |
Collection<Flight> |
FlightsResource.listAsYaml() |
Collection<Flight> |
FlightsResource.listOpen() |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.