Uses of Enum Class
com.gentics.contentnode.rest.model.response.Message.Type
Packages that use Message.Type
-
Uses of Message.Type in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return Message.TypeModifier and TypeMethodDescriptionMessage.getType()
static Message.Type
Returns the enum constant of this class with the specified name.static Message.Type[]
Message.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gentics.contentnode.rest.model.response with parameters of type Message.TypeConstructors in com.gentics.contentnode.rest.model.response with parameters of type Message.TypeModifierConstructorDescriptionMessage
(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.