Uses of Enum Class
com.maplander.backend.enums.delivery.CarrierEnum
Packages that use CarrierEnum
Package
Description
-
Uses of CarrierEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type CarrierEnumModifier and TypeMethodDescriptionBannerEndpoint.getDeliveryCost(CarrierEnum carrier, Delivery delivery) API method to calculate delivery cost. -
Uses of CarrierEnum in com.maplander.backend.enums.delivery
Subclasses with type arguments of type CarrierEnum in com.maplander.backend.enums.deliveryMethods in com.maplander.backend.enums.delivery that return CarrierEnumModifier and TypeMethodDescriptionstatic CarrierEnumReturns the enum constant of this class with the specified name.static CarrierEnum[]CarrierEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.