Uses of Class
com.google.cloud.essentialcontacts.v1.NotificationCategory
-
Packages that use NotificationCategory Package Description com.google.cloud.essentialcontacts.v1 A client to Essential Contacts API -
-
Uses of NotificationCategory in com.google.cloud.essentialcontacts.v1
Methods in com.google.cloud.essentialcontacts.v1 that return NotificationCategory Modifier and Type Method Description static NotificationCategoryNotificationCategory. forNumber(int value)NotificationCategoryComputeContactsRequest.Builder. getNotificationCategories(int index)The categories of notifications to compute contacts for.NotificationCategoryComputeContactsRequest. getNotificationCategories(int index)The categories of notifications to compute contacts for.NotificationCategoryComputeContactsRequestOrBuilder. getNotificationCategories(int index)The categories of notifications to compute contacts for.NotificationCategorySendTestMessageRequest.Builder. getNotificationCategory()Required.NotificationCategorySendTestMessageRequest. getNotificationCategory()Required.NotificationCategorySendTestMessageRequestOrBuilder. getNotificationCategory()Required.NotificationCategoryContact.Builder. getNotificationCategorySubscriptions(int index)Required.NotificationCategoryContact. getNotificationCategorySubscriptions(int index)Required.NotificationCategoryContactOrBuilder. getNotificationCategorySubscriptions(int index)Required.static NotificationCategoryNotificationCategory. valueOf(int value)Deprecated.static NotificationCategoryNotificationCategory. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NotificationCategoryNotificationCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationCategory[]NotificationCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.essentialcontacts.v1 that return types with arguments of type NotificationCategory Modifier and Type Method Description List<NotificationCategory>ComputeContactsRequest.Builder. getNotificationCategoriesList()The categories of notifications to compute contacts for.List<NotificationCategory>ComputeContactsRequest. getNotificationCategoriesList()The categories of notifications to compute contacts for.List<NotificationCategory>ComputeContactsRequestOrBuilder. getNotificationCategoriesList()The categories of notifications to compute contacts for.List<NotificationCategory>Contact.Builder. getNotificationCategorySubscriptionsList()Required.List<NotificationCategory>Contact. getNotificationCategorySubscriptionsList()Required.List<NotificationCategory>ContactOrBuilder. getNotificationCategorySubscriptionsList()Required.static com.google.protobuf.Internal.EnumLiteMap<NotificationCategory>NotificationCategory. internalGetValueMap()Methods in com.google.cloud.essentialcontacts.v1 with parameters of type NotificationCategory Modifier and Type Method Description ComputeContactsRequest.BuilderComputeContactsRequest.Builder. addNotificationCategories(NotificationCategory value)The categories of notifications to compute contacts for.Contact.BuilderContact.Builder. addNotificationCategorySubscriptions(NotificationCategory value)Required.ComputeContactsRequest.BuilderComputeContactsRequest.Builder. setNotificationCategories(int index, NotificationCategory value)The categories of notifications to compute contacts for.SendTestMessageRequest.BuilderSendTestMessageRequest.Builder. setNotificationCategory(NotificationCategory value)Required.Contact.BuilderContact.Builder. setNotificationCategorySubscriptions(int index, NotificationCategory value)Required.Method parameters in com.google.cloud.essentialcontacts.v1 with type arguments of type NotificationCategory Modifier and Type Method Description ComputeContactsRequest.BuilderComputeContactsRequest.Builder. addAllNotificationCategories(Iterable<? extends NotificationCategory> values)The categories of notifications to compute contacts for.Contact.BuilderContact.Builder. addAllNotificationCategorySubscriptions(Iterable<? extends NotificationCategory> values)Required.
-