| Modifier and Type | Method and Description |
|---|---|
static NotificationType |
NotificationType.forNumber(int value) |
NotificationType |
NotificationOrBuilder.getNotificationType()
Type of notification
|
NotificationType |
Notification.getNotificationType()
Type of notification
|
NotificationType |
Notification.Builder.getNotificationType()
Type of notification
|
static NotificationType |
NotificationType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NotificationType |
NotificationType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NotificationType |
NotificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationType[] |
NotificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<NotificationType> |
NotificationType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Notification.Builder |
Notification.Builder.setNotificationType(NotificationType value)
Type of notification
|
Copyright © 2023 Google LLC. All rights reserved.