public class Notification extends NotificationInfo
| Modifier and Type | Class and Description |
|---|---|
static class |
Notification.Builder
Builder for
Notification. |
NotificationInfo.BuilderImpl, NotificationInfo.EventType, NotificationInfo.PayloadFormat| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Storage |
getStorage()
Returns the notification's
Storage object used to issue requests. |
int |
hashCode() |
Notification.Builder |
toBuilder()
Returns a builder for the current notification.
|
getCustomAttributes, getEtag, getEventTypes, getNotificationId, getObjectNamePrefix, getPayloadFormat, getSelfLink, getTopic, newBuilder, of, toStringpublic Storage getStorage()
Storage object used to issue requests.public Notification.Builder toBuilder()
NotificationInfotoBuilder in class NotificationInfopublic boolean equals(Object o)
equals in class NotificationInfopublic int hashCode()
hashCode in class NotificationInfoCopyright © 2023 Google LLC. All rights reserved.