Klasse PageBodyWrite

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

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

    • representation

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

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

    • PageBodyWrite

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

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

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

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

      protected PageBodyWrite()
  • Methodendetails