Uses of Class
com.yahoo.vespa.hosted.controller.tenant.TenantContacts.Audience
-
Packages that use TenantContacts.Audience Package Description com.yahoo.vespa.hosted.controller.tenant -
-
Uses of TenantContacts.Audience in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return TenantContacts.Audience Modifier and Type Method Description static TenantContacts.AudienceTenantContacts.Audience. valueOf(String name)Returns the enum constant of this type with the specified name.static TenantContacts.Audience[]TenantContacts.Audience. 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.Audience Modifier and Type Method Description List<TenantContacts.Audience>TenantContacts.Contact. audiences()static Optional<TenantContacts.Audience>TenantContacts.Audience. from(String value)Constructor parameters in com.yahoo.vespa.hosted.controller.tenant with type arguments of type TenantContacts.Audience Constructor Description Contact(List<TenantContacts.Audience> audiences)EmailContact(List<TenantContacts.Audience> audiences, String email)
-