Uses of Class
io.swagger.client.model.Osi
-
Packages that use Osi Package Description io.swagger.client.model -
-
Uses of Osi in io.swagger.client.model
Methods in io.swagger.client.model that return Osi Modifier and Type Method Description Osi
Osi. addSegmentKeyItem(String segmentKeyItem)
Osi
Osi. code(String code)
Osi
Osi. name(String name)
Osi
Osi. segmentKey(List<String> segmentKey)
Osi
Osi. status(String status)
Osi
Osi. text(String text)
Methods in io.swagger.client.model that return types with arguments of type Osi Modifier and Type Method Description List<Osi>
AirlineRequests. getOsi()
Get osiMethods in io.swagger.client.model with parameters of type Osi Modifier and Type Method Description AirlineRequests
AirlineRequests. addOsiItem(Osi osiItem)
Method parameters in io.swagger.client.model with type arguments of type Osi Modifier and Type Method Description AirlineRequests
AirlineRequests. osi(List<Osi> osi)
void
AirlineRequests. setOsi(List<Osi> osi)
-