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 NotificationLd |
createLd(NotificationType type,
String info) |
static ErrorMessage |
error(NotificationType type) |
static ErrorMessage |
error(NotificationType type,
String info) |
static ErrorMessage |
error(String message) |
static ErrorMessageLd |
errorLd(NotificationType type) |
static ErrorMessageLd |
errorLd(NotificationType type,
String info) |
static ErrorMessageLd |
errorLd(String message) |
static SuccessMessage |
success(NotificationType type) |
static SuccessMessage |
success(NotificationType type,
String info) |
static SuccessMessage |
success(String message) |
static SuccessMessageLd |
successLd(NotificationType type) |
static SuccessMessageLd |
successLd(NotificationType type,
String info) |
static SuccessMessageLd |
successLd(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 SuccessMessage success(String message)
public static ErrorMessage error(NotificationType type)
public static ErrorMessage error(String message)
public static ErrorMessage error(NotificationType type, String info)
public static NotificationLd createLd(NotificationType type, String info)
public static SuccessMessageLd successLd(NotificationType type)
public static SuccessMessageLd successLd(NotificationType type, String info)
public static SuccessMessageLd successLd(String message)
public static ErrorMessageLd errorLd(NotificationType type)
public static ErrorMessageLd errorLd(String message)
public static ErrorMessageLd errorLd(NotificationType type, String info)
Copyright © 2019. All rights reserved.