public interface CreateMessageNotificationOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNotificationType()
public abstract CreateMessageNotificationOptions.NotificationType getNotificationType()The notification type for the message.
.google.chat.v1.CreateMessageNotificationOptions.NotificationType notification_type = 1;
| Returns | |
|---|---|
| Type | Description |
CreateMessageNotificationOptions.NotificationType |
The notificationType. |
getNotificationTypeValue()
public abstract int getNotificationTypeValue()The notification type for the message.
.google.chat.v1.CreateMessageNotificationOptions.NotificationType notification_type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for notificationType. |