Uses of Enum Class
com.duffel.sdk.model.OfferService.TypeEnum
Packages that use OfferService.TypeEnum
-
Uses of OfferService.TypeEnum in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return OfferService.TypeEnumModifier and TypeMethodDescriptionstatic OfferService.TypeEnumOfferService.getType()The type of the service.static OfferService.TypeEnumReturns the enum constant of this class with the specified name.static OfferService.TypeEnum[]OfferService.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 OfferService.TypeEnumModifier and TypeMethodDescriptionvoidOfferService.setType(OfferService.TypeEnum type) OfferService.type(OfferService.TypeEnum type)