Uses of Class
com.atlassian.confluence.api.model.messages.SimpleMessage
Packages that use SimpleMessage
Package
Description
-
Uses of SimpleMessage in com.atlassian.confluence.api.model.messages
Methods in com.atlassian.confluence.api.model.messages that return SimpleMessageModifier and TypeMethodDescriptionSimpleMessage.SimpleMessageBuilder.build()
static SimpleMessage
static SimpleMessage
SimpleMessage.withKeyAndArgs
(String key, Object... args) Creates a new SimpleMessage with the given key and arguments.static SimpleMessage
SimpleMessage.withTranslation
(String translation) Used when a message only has a translated string at creation time, usually in English. -
Uses of SimpleMessage in com.atlassian.confluence.impl.hibernate.bulk
Methods in com.atlassian.confluence.impl.hibernate.bulk that return SimpleMessageConstructors in com.atlassian.confluence.impl.hibernate.bulk with parameters of type SimpleMessageModifierConstructorDescriptionprotected
BulkStatusReport
(String destinationUrl, SimpleMessage status, List<BulkSimpleMessage> errors) -
Uses of SimpleMessage in com.atlassian.confluence.rest.v2.api.model.validation
Methods in com.atlassian.confluence.rest.v2.api.model.validation with parameters of type SimpleMessageModifier and TypeMethodDescriptionRestFieldValidationError.Builder.message
(SimpleMessage message) RestValidationError.Builder.message
(SimpleMessage message)