| Modifier and Type | Method and Description |
|---|---|
Message |
ObjectFactory.createMessage()
Create an instance of
Message |
Message |
Message.withContent(Collection<Object> values) |
Message |
Message.withContent(Object... values) |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
Interchange.getMessage()
Gets the value of the message property.
|
List<Message> |
Interchange.FunctionGroup.getMessage()
Gets the value of the message property.
|
| Modifier and Type | Method and Description |
|---|---|
Interchange |
Interchange.withMessage(Message... values) |
Interchange.FunctionGroup |
Interchange.FunctionGroup.withMessage(Message... values) |
| Modifier and Type | Method and Description |
|---|---|
Interchange |
Interchange.withMessage(Collection<Message> values) |
Interchange.FunctionGroup |
Interchange.FunctionGroup.withMessage(Collection<Message> values) |
Copyright © 2020. All rights reserved.