Package | Description |
---|---|
com.gentics.contentnode.rest.model.response |
Modifier and Type | Method and Description |
---|---|
Message.Type |
Message.getType() |
static Message.Type |
Message.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Type[] |
Message.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.setType(Message.Type type) |
Constructor and Description |
---|
Message(Message.Type type,
String message)
Simple constructor for a message.
|
Message(Message.Type type,
String message,
String image,
long timestamp)
Constructor for a Message with all parameters.
|
Copyright © 2014 Gentics Software GmbH. All rights reserved.