Uses of Class
com.yahoo.vespa.hosted.controller.tenant.TenantContact
-
Packages that use TenantContact Package Description com.yahoo.vespa.hosted.controller.tenant -
-
Uses of TenantContact in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return TenantContact Modifier and Type Method Description TenantContactTenantBilling. contact()TenantContactTenantInfo. contact()static TenantContactTenantContact. empty()static TenantContactTenantContact. from(String name, String email)static TenantContactTenantContact. from(String name, String email, String phone)TenantContactTenantContact. withEmail(String email)TenantContactTenantContact. withName(String name)TenantContactTenantContact. withPhone(String phone)Methods in com.yahoo.vespa.hosted.controller.tenant with parameters of type TenantContact Modifier and Type Method Description TenantBillingTenantBilling. withContact(TenantContact updatedContact)TenantInfoTenantInfo. withContact(TenantContact contact)Constructors in com.yahoo.vespa.hosted.controller.tenant with parameters of type TenantContact Constructor Description TenantBilling(TenantContact contact, TenantAddress address)
-