Uses of Class
io.swagger.client.model.AirlinePreferences
-
Packages that use AirlinePreferences Package Description io.swagger.client.model -
-
Uses of AirlinePreferences in io.swagger.client.model
Methods in io.swagger.client.model that return AirlinePreferences Modifier and Type Method Description AirlinePreferences
AirlinePreferences. addAllowOnlyItem(String allowOnlyItem)
AirlinePreferences
AirlinePreferences. addPreferredItem(String preferredItem)
AirlinePreferences
AirlinePreferences. addUnacceptableItem(String unacceptableItem)
AirlinePreferences
AirlinePreferences. allowOnly(List<String> allowOnly)
AirlinePreferences
AirlinePreferences. oid(String oid)
AirlinePreferences
AirlinePreferences. preferred(List<String> preferred)
AirlinePreferences
AirlinePreferences. unacceptable(List<String> unacceptable)
Methods in io.swagger.client.model that return types with arguments of type AirlinePreferences Modifier and Type Method Description List<AirlinePreferences>
Preference. getAirlinePreferences()
Get airlinePreferencesMethods in io.swagger.client.model with parameters of type AirlinePreferences Modifier and Type Method Description Preference
Preference. addAirlinePreferencesItem(AirlinePreferences airlinePreferencesItem)
Method parameters in io.swagger.client.model with type arguments of type AirlinePreferences Modifier and Type Method Description Preference
Preference. airlinePreferences(List<AirlinePreferences> airlinePreferences)
void
Preference. setAirlinePreferences(List<AirlinePreferences> airlinePreferences)
-