|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message.Type | |
---|---|
com.gentics.contentnode.rest.model.response |
Uses of Message.Type in com.gentics.contentnode.rest.model.response |
---|
Methods in com.gentics.contentnode.rest.model.response that return Message.Type | |
---|---|
Message.Type |
Message.getType()
|
static Message.Type |
Message.Type.valueOf(java.lang.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. |
Methods in com.gentics.contentnode.rest.model.response with parameters of type Message.Type | |
---|---|
void |
Message.setType(Message.Type type)
|
Constructors in com.gentics.contentnode.rest.model.response with parameters of type Message.Type | |
---|---|
Message(Message.Type type,
java.lang.String message)
Simple constructor for a message. |
|
Message(Message.Type type,
java.lang.String message,
java.lang.String image,
long timestamp)
Constructor for a Message with all parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |