Uses of Enum Class
com.duffel.sdk.model.ServiceMetadataBaggage.TypeEnum
Packages that use ServiceMetadataBaggage.TypeEnum
-
Uses of ServiceMetadataBaggage.TypeEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return ServiceMetadataBaggage.TypeEnumModifier and TypeMethodDescription@NotNull ServiceMetadataBaggage.TypeEnumServiceMetadataBaggage.getType()The type of the baggageReturns the enum constant of this class with the specified name.static ServiceMetadataBaggage.TypeEnum[]ServiceMetadataBaggage.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 ServiceMetadataBaggage.TypeEnumModifier and TypeMethodDescriptionvoidServiceMetadataBaggage.setType(ServiceMetadataBaggage.TypeEnum type) ServiceMetadataBaggage.type(ServiceMetadataBaggage.TypeEnum type)