Uses of Enum Class
com.yahoo.vespa.hosted.controller.tenant.TenantContacts.Audience
Packages that use TenantContacts.Audience
-
Uses of TenantContacts.Audience in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return TenantContacts.AudienceModifier and TypeMethodDescriptionstatic TenantContacts.AudienceReturns the enum constant of this class with the specified name.static TenantContacts.Audience[]TenantContacts.Audience.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.tenant that return types with arguments of type TenantContacts.AudienceModifier and TypeMethodDescriptionTenantContacts.Contact.audiences()static Optional<TenantContacts.Audience>Constructor parameters in com.yahoo.vespa.hosted.controller.tenant with type arguments of type TenantContacts.AudienceModifierConstructorDescriptionContact(List<TenantContacts.Audience> audiences) EmailContact(List<TenantContacts.Audience> audiences, String email)