public class Notifications extends Object
| Constructor and Description |
|---|
Notifications() |
| Modifier and Type | Method and Description |
|---|---|
static Notification |
create(NotificationType type) |
static Notification |
create(NotificationType type,
String info) |
static ErrorMessage |
error(NotificationType type) |
static ErrorMessage |
error(NotificationType type,
String info) |
static ErrorMessage |
error(String message) |
static SuccessMessage |
success(NotificationType type) |
static SuccessMessage |
success(NotificationType type,
String info) |
static SuccessMessage |
success(String message) |
public static Notification create(NotificationType type)
public static Notification create(NotificationType type, String info)
public static SuccessMessage success(NotificationType type)
public static SuccessMessage success(NotificationType type, String info)
public static ErrorMessage error(NotificationType type)
public static ErrorMessage error(String message)
public static SuccessMessage success(String message)
public static ErrorMessage error(NotificationType type, String info)
Copyright © 2018. All rights reserved.