Uses of Enum Class
es.kukenan.smartfi.microservice.firm.api.enums.ChallengeEnum
Packages that use ChallengeEnum
Package
Description
Application Enum for DTOs.
Base package for External OTP Request API DTOs.
-
Uses of ChallengeEnum in es.kukenan.smartfi.microservice.firm.api.enums
Methods in es.kukenan.smartfi.microservice.firm.api.enums that return ChallengeEnumModifier and TypeMethodDescriptionstatic ChallengeEnumReturns the enum constant of this class with the specified name.static ChallengeEnum[]ChallengeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ChallengeEnum in es.kukenan.smartfi.microservice.firm.api.externalotp.request
Fields in es.kukenan.smartfi.microservice.firm.api.externalotp.request declared as ChallengeEnumModifier and TypeFieldDescriptionprivate @NotBlank ChallengeEnumOperationUserDataDto.challengeInputChallenge input type, owned or delegated.