Uses of Enum Class
com.duffel.sdk.model.CabinRowSectionSeatElement.TypeEnum
Packages that use CabinRowSectionSeatElement.TypeEnum
-
Uses of CabinRowSectionSeatElement.TypeEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return CabinRowSectionSeatElement.TypeEnumModifier and TypeMethodDescription@NotNull CabinRowSectionSeatElement.TypeEnumCabinRowSectionSeatElement.getType()The type of this elementReturns the enum constant of this class with the specified name.static CabinRowSectionSeatElement.TypeEnum[]CabinRowSectionSeatElement.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.duffel.sdk.model with parameters of type CabinRowSectionSeatElement.TypeEnumModifier and TypeMethodDescriptionvoidCabinRowSectionSeatElement.setType(CabinRowSectionSeatElement.TypeEnum type) CabinRowSectionSeatElement.type(CabinRowSectionSeatElement.TypeEnum type)