Uses of Class
com.duffel.sdk.model.SeatMapCabin
Packages that use SeatMapCabin
-
Uses of SeatMapCabin in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return SeatMapCabinModifier and TypeMethodDescriptionSeatMapCabin.addRowsItem(SeatMapCabinRow rowsItem) SeatMapCabin.cabinClass(SeatMapCabin.CabinClassEnum cabinClass) SeatMapCabin.rows(List<SeatMapCabinRow> rows) SeatMapCabin.wings(WingPosition wings) Methods in com.duffel.sdk.model that return types with arguments of type SeatMapCabinModifier and TypeMethodDescription@NotNull @Valid List<SeatMapCabin> SeatMap.getCabins()The list of cabins in this seat map.Methods in com.duffel.sdk.model with parameters of type SeatMapCabinMethod parameters in com.duffel.sdk.model with type arguments of type SeatMapCabinModifier and TypeMethodDescriptionSeatMap.cabins(List<SeatMapCabin> cabins) voidSeatMap.setCabins(List<SeatMapCabin> cabins)