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 MessageDefaultValidationError. 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 MessageLongTaskStatus. 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.LongTaskBuilderLongTaskStatus.LongTaskBuilder. addMessage(Message message)LongTaskStatus.LongTaskBuilderLongTaskStatus.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 interfaceMessage<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 classSimpleMessageSimple immutable implementation ofMessage.Methods in com.atlassian.confluence.api.model.messages with parameters of type Message Modifier and Type Method Description static SimpleMessageSimpleMessage. 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 MessageSimpleValidationError. getMessage()MessageValidationError. getMessage()Methods in com.atlassian.confluence.api.model.validation with parameters of type Message Modifier and Type Method Description SimpleValidationResult.BuilderSimpleValidationResult.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 classBulkSimpleMessage -
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 MessageRestFieldValidationError. getMessage()MessageRestValidationError. getMessage()
-