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