Uses of Enum Class
es.kukenan.smartfi.microservice.smartficore.enums.TransferPeriodicityMap
Packages that use TransferPeriodicityMap
-
Uses of TransferPeriodicityMap in es.kukenan.smartfi.microservice.smartficore.enums
Methods in es.kukenan.smartfi.microservice.smartficore.enums that return TransferPeriodicityMapModifier and TypeMethodDescriptionstatic TransferPeriodicityMapTransferPeriodicityMap.getTransferPeriodicityMapByFrequency(String frequency) Find a enum value by the frequency or null if not found.static TransferPeriodicityMapTransferPeriodicityMap.getTransferPeriodicityMapByPeriodicity(es.kukenan.smartfi.microservice.backoffice.dtos.core.common.GenericIdType periodicity) Find a enum value by the periodicity or null if not found.static TransferPeriodicityMapReturns the enum constant of this class with the specified name.static TransferPeriodicityMap[]TransferPeriodicityMap.values()Returns an array containing the constants of this enum class, in the order they are declared.