Uses of Class
com.duffel.sdk.model.SeatMapCabinRow
Packages that use SeatMapCabinRow
-
Uses of SeatMapCabinRow in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return SeatMapCabinRowModifier and TypeMethodDescriptionSeatMapCabinRow.addSectionsItem(CabinRowSection sectionsItem) SeatMapCabinRow.sections(List<CabinRowSection> sections) Methods in com.duffel.sdk.model that return types with arguments of type SeatMapCabinRowModifier and TypeMethodDescription@NotNull @Valid List<SeatMapCabinRow> SeatMapCabin.getRows()A list of rows in this cabin.Methods in com.duffel.sdk.model with parameters of type SeatMapCabinRowMethod parameters in com.duffel.sdk.model with type arguments of type SeatMapCabinRowModifier and TypeMethodDescriptionSeatMapCabin.rows(List<SeatMapCabinRow> rows) voidSeatMapCabin.setRows(List<SeatMapCabinRow> rows)