Uses of Class
com.gentics.contentnode.rest.model.response.Message.Type
-
Packages that use Message.Type Package Description 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 Modifier and Type Method 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.Methods in com.gentics.contentnode.rest.model.response with parameters of type Message.Type Modifier and Type Method Description void
Message. setType(Message.Type type)
Constructors in com.gentics.contentnode.rest.model.response with parameters of type Message.Type Constructor Description Message(Message.Type type, String message)
Simple constructor for a message.Message(Message.Type type, String fieldName, String message)
Constructor for a message for a specific REST model field.Message(Message.Type type, String message, String image, long timestamp)
Constructor for a Message with an image and a timestamp.Message(Message.Type type, String fieldName, String message, String image, long timestamp)
Constructor with all parameters.
-