java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Message

@Generated("io.github.primelib.primecodegen") public class Message extends Object
Message
  • Field Details

  • Constructor Details

    • Message

      public Message(Consumer<Message> spec)
      Constructs a validated instance of Message.
      Parameters:
      spec - the specification to process
    • Message

      @Internal public Message(String translation, List<Object> args)
      Constructs a validated instance of Message.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Message(Consumer) instead.

      Parameters:
      translation - translation
      args - args
    • Message

      protected Message()
  • Method Details