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