Package | Description |
---|---|
com.sap.cds.services | |
com.sap.cds.services.messages |
Modifier and Type | Method and Description |
---|---|
Message |
CoreFactory.createMessage(Message.Severity severity,
String text)
Creates a
Message object. |
Message |
CoreFactory.createMessage(Message.Severity severity,
String text,
Message message)
Creates a
Message object. |
Modifier and Type | Method and Description |
---|---|
Message.Severity |
Message.getSeverity()
The severity of the message.
|
static Message.Severity |
Message.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Severity[] |
Message.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Message |
Message.create(Message.Severity severity,
String text)
This method creates a standalone instance of
Message that is not added to the Messages of the active RequestContext . |
static Message |
Message.create(Message.Severity severity,
String text,
Message message)
This method creates a standalone instance of
Message that is not added to the Messages of the active RequestContext . |
Copyright © 2023. All rights reserved.