public class TppMessageInformation extends Object
| Modifier and Type | Method and Description |
|---|---|
static TppMessageInformation |
buildWarning(String text) |
static TppMessageInformation |
buildWithCustomError(MessageErrorCode messageErrorCode,
String text) |
static TppMessageInformation |
of(MessageCategory category,
MessageErrorCode messageErrorCode) |
static TppMessageInformation |
of(MessageCategory category,
MessageErrorCode messageErrorCode,
Object... textParameters) |
static TppMessageInformation |
of(MessageCategory category,
MessageErrorCode messageErrorCode,
String path,
Object... textParameters) |
static TppMessageInformation |
of(MessageErrorCode messageErrorCode) |
static TppMessageInformation |
of(MessageErrorCode messageErrorCode,
Object... textParameters) |
public static TppMessageInformation buildWithCustomError(MessageErrorCode messageErrorCode, String text)
public static TppMessageInformation buildWarning(String text)
public static TppMessageInformation of(MessageErrorCode messageErrorCode)
public static TppMessageInformation of(MessageErrorCode messageErrorCode, Object... textParameters)
public static TppMessageInformation of(MessageCategory category, MessageErrorCode messageErrorCode)
public static TppMessageInformation of(MessageCategory category, MessageErrorCode messageErrorCode, Object... textParameters)
public static TppMessageInformation of(MessageCategory category, MessageErrorCode messageErrorCode, String path, Object... textParameters)
Copyright © 2020. All rights reserved.