Klasse BlogPostBodyWrite

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

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

    • representation

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

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

    • BlogPostBodyWrite

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

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

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

      Parameter:
      representation - Type of content representation used for the value field.
      value - Body of the blog post, in the format found in the representation field.
    • BlogPostBodyWrite

      protected BlogPostBodyWrite()
  • Methodendetails