@Path(value="/aircrafts") public class AircraftTypeList extends Object
| Constructor and Description |
|---|
AircraftTypeList() |
| Modifier and Type | Method and Description |
|---|---|
List<AircraftType> |
getAircraftTypes() |
@GET
@Produces(value={"application/json","application/xml"})
public List<AircraftType> getAircraftTypes()
Copyright © 2007-2019, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.