Uses of Class
com.duffel.sdk.model.CabinRowSectionElementsInner
Packages that use CabinRowSectionElementsInner
-
Uses of CabinRowSectionElementsInner in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return CabinRowSectionElementsInnerModifier and TypeMethodDescriptionCabinRowSectionElementsInner.addAvailableServicesItem(SeatService availableServicesItem) CabinRowSectionElementsInner.addDisclosuresItem(String disclosuresItem) CabinRowSectionElementsInner.availableServices(List<SeatService> availableServices) CabinRowSectionElementsInner.designator(String designator) CabinRowSectionElementsInner.disclosures(List<String> disclosures) CabinRowSectionElementsInner.type(CabinRowSectionElementsInner.TypeEnum type) Methods in com.duffel.sdk.model that return types with arguments of type CabinRowSectionElementsInnerModifier and TypeMethodDescription@NotNull @Valid List<CabinRowSectionElementsInner>CabinRowSection.getElements()The elements that make up this sectionMethods in com.duffel.sdk.model with parameters of type CabinRowSectionElementsInnerModifier and TypeMethodDescriptionCabinRowSection.addElementsItem(CabinRowSectionElementsInner elementsItem) Method parameters in com.duffel.sdk.model with type arguments of type CabinRowSectionElementsInnerModifier and TypeMethodDescriptionCabinRowSection.elements(List<CabinRowSectionElementsInner> elements) voidCabinRowSection.setElements(List<CabinRowSectionElementsInner> elements)