public class NotificationImpl extends Object implements Notification
Modifier and Type | Class and Description |
---|---|
static class |
NotificationImpl.DefaultNotificationFactory |
Modifier and Type | Method and Description |
---|---|
Notification |
create(Storage storage) |
NotificationInfo |
createNotification(String bucket,
NotificationInfo notification) |
boolean |
deleteNotification(String bucket,
String notification) |
List<NotificationInfo> |
listNotifications(String bucket) |
public Notification create(Storage storage)
create
in interface Notification
public boolean deleteNotification(String bucket, String notification)
deleteNotification
in interface Notification
public List<NotificationInfo> listNotifications(String bucket)
listNotifications
in interface Notification
public NotificationInfo createNotification(String bucket, NotificationInfo notification)
createNotification
in interface Notification
Copyright © 2019 Google LLC. All rights reserved.