![JAR search and dependency download from the Maven repository](/logo.png)
org.graylog2.restroutes.generated.NotificationsResource Maven / Gradle / Ivy
package org.graylog2.restroutes.generated;
import org.graylog2.restroutes.PathMethod;
public class NotificationsResource {
public PathMethod listNotifications() {
return new PathMethod("GET", "/system/notifications");
}
public PathMethod deleteNotification(String notificationType) {
return new PathMethod("DELETE", "/system/notifications/"+com.google.common.net.UrlEscapers.urlPathSegmentEscaper().escape(notificationType)+"");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy