Klasse CommentBodyWrite

java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CommentBodyWrite

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class CommentBodyWrite extends Object
CommentBodyWrite
  • Felddetails

    • representation

      protected CommentBodyWrite.RepresentationEnum representation
      Type of content representation used for the value field.
    • value

      protected String value
      Body of the comment, in the format found in the representation field.
  • Konstruktordetails

    • CommentBodyWrite

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

      @Internal public CommentBodyWrite(CommentBodyWrite.RepresentationEnum representation, String value)
      Constructs a validated instance of CommentBodyWrite.

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

      Parameter:
      representation - Type of content representation used for the value field.
      value - Body of the comment, in the format found in the representation field.
    • CommentBodyWrite

      protected CommentBodyWrite()
  • Methodendetails