@Path(value="/flights") public class FlightList extends Object
| Constructor and Description |
|---|
FlightList() |
| Modifier and Type | Method and Description |
|---|---|
Flights |
getFlightList() |
void |
initData() |
void |
putFlightList(Flights flights) |
@GET
@Produces(value={"application/json","application/xml"})
public Flights getFlightList()
@PUT
@Consumes(value={"application/json","application/xml"})
public void putFlightList(Flights flights)
@POST
@Path(value="init")
@Produces(value={"application/json","application/xml"})
public void initData()
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.