Uses of Class
io.swagger.client.model.AirSsr
-
Packages that use AirSsr Package Description io.swagger.client.model -
-
Uses of AirSsr in io.swagger.client.model
Methods in io.swagger.client.model that return AirSsr Modifier and Type Method Description AirSsr
AirSsr. addSegmentKeyItem(String segmentKeyItem)
AirSsr
AirSsr. code(String code)
AirSsr
AirSsr. name(String name)
AirSsr
AirSsr. segmentKey(List<String> segmentKey)
AirSsr
AirSsr. status(String status)
AirSsr
AirSsr. text(String text)
Methods in io.swagger.client.model that return types with arguments of type AirSsr Modifier and Type Method Description List<AirSsr>
AirlineRequests. getSsr()
Get ssrMethods in io.swagger.client.model with parameters of type AirSsr Modifier and Type Method Description AirlineRequests
AirlineRequests. addSsrItem(AirSsr ssrItem)
Method parameters in io.swagger.client.model with type arguments of type AirSsr Modifier and Type Method Description void
AirlineRequests. setSsr(List<AirSsr> ssr)
AirlineRequests
AirlineRequests. ssr(List<AirSsr> ssr)
-