Uses of Interface
com.atlassian.confluence.api.model.messages.Message
-
-
Uses of Message in com.atlassian.confluence.api.impl.model.validation
Methods in com.atlassian.confluence.api.impl.model.validation that return Message Modifier and Type Method Description Message
DefaultValidationError. getMessage()
Constructors in com.atlassian.confluence.api.impl.model.validation with parameters of type Message Constructor Description DefaultValidationError(Message message)
-
Uses of Message in com.atlassian.confluence.api.model.longtasks
Methods in com.atlassian.confluence.api.model.longtasks that return Message Modifier and Type Method Description Message
LongTaskStatus. getName()
Methods in com.atlassian.confluence.api.model.longtasks that return types with arguments of type Message Modifier and Type Method Description List<Message>
LongTaskStatus. getMessages()
Methods in com.atlassian.confluence.api.model.longtasks with parameters of type Message Modifier and Type Method Description LongTaskStatus.LongTaskBuilder
LongTaskStatus.LongTaskBuilder. addMessage(Message message)
LongTaskStatus.LongTaskBuilder
LongTaskStatus.LongTaskBuilder. name(Message name)
-
Uses of Message in com.atlassian.confluence.api.model.messages
Classes in com.atlassian.confluence.api.model.messages with type parameters of type Message Modifier and Type Interface Description interface
Message<T extends Message>
Contains an key and array of arguments for conversion to an internationalised string.Classes in com.atlassian.confluence.api.model.messages that implement Message Modifier and Type Class Description class
SimpleMessage
Simple immutable implementation ofMessage
.Methods in com.atlassian.confluence.api.model.messages with parameters of type Message Modifier and Type Method Description static SimpleMessage
SimpleMessage. copyOf(Message message)
-
Uses of Message in com.atlassian.confluence.api.model.validation
Methods in com.atlassian.confluence.api.model.validation that return Message Modifier and Type Method Description Message
SimpleValidationError. getMessage()
Message
ValidationError. getMessage()
Methods in com.atlassian.confluence.api.model.validation with parameters of type Message Modifier and Type Method Description SimpleValidationResult.Builder
SimpleValidationResult.Builder. addMessage(Message message)
Constructors in com.atlassian.confluence.api.model.validation with parameters of type Message Constructor Description SimpleValidationError(Message message)
-
Uses of Message in com.atlassian.confluence.impl.hibernate.bulk
Classes in com.atlassian.confluence.impl.hibernate.bulk that implement Message Modifier and Type Class Description class
BulkSimpleMessage
-
Uses of Message in com.atlassian.confluence.rest.api.model.validation
Methods in com.atlassian.confluence.rest.api.model.validation that return Message Modifier and Type Method Description Message
RestFieldValidationError. getMessage()
Message
RestValidationError. getMessage()
-