Uses of Class
com.yahoo.vespa.hosted.controller.tenant.TenantContacts.Type
-
Packages that use TenantContacts.Type Package Description com.yahoo.vespa.hosted.controller.tenant -
-
Uses of TenantContacts.Type in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return TenantContacts.Type Modifier and Type Method Description abstract TenantContacts.TypeTenantContacts.Contact. type()TenantContacts.TypeTenantContacts.EmailContact. type()static TenantContacts.TypeTenantContacts.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static TenantContacts.Type[]TenantContacts.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.tenant that return types with arguments of type TenantContacts.Type Modifier and Type Method Description static Optional<TenantContacts.Type>TenantContacts.Type. from(String value)
-