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

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

  • Constructor Details

    • Comment

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

      @Internal public Comment(Boolean value, Map<String,Object> Links)
      Constructs a validated instance of Comment.

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

      Parameters:
      value - value
      Links - Links
    • Comment

      protected Comment()
  • Method Details