Uses of Class
com.yahoo.vespa.hosted.controller.tenant.Email
Packages that use Email
-
Uses of Email in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return EmailModifier and TypeMethodDescriptionTenantContact.email()TenantContacts.EmailContact.email()static EmailEmail.empty()TenantBilling.getInvoiceEmail()Email.withEmailAddress(String emailAddress) Email.withVerification(boolean isVerified) Methods in com.yahoo.vespa.hosted.controller.tenant with parameters of type EmailModifier and TypeMethodDescriptionstatic TenantContactstatic TenantContactTenantBilling.withInvoiceEmail(Email updatedInvoiceEmail) Constructors in com.yahoo.vespa.hosted.controller.tenant with parameters of type EmailModifierConstructorDescriptionEmailContact(List<TenantContacts.Audience> audiences, Email email) TenantBilling(TenantContact contact, TenantAddress address, TaxId taxId, PurchaseOrder purchaseOrder, Email invoiceEmail)