Uses of Enum Class
com.yahoo.vespa.hosted.controller.tenant.PendingMailVerification.MailType
Packages that use PendingMailVerification.MailType
-
Uses of PendingMailVerification.MailType in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return PendingMailVerification.MailTypeModifier and TypeMethodDescriptionPendingMailVerification.getMailType()Returns the enum constant of this class with the specified name.static PendingMailVerification.MailType[]PendingMailVerification.MailType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.tenant with parameters of type PendingMailVerification.MailTypeModifierConstructorDescriptionPendingMailVerification(com.yahoo.config.provision.TenantName tenantName, String mailAddress, String verificationCode, Instant verificationDeadline, PendingMailVerification.MailType mailType)