Klasse ContentBodyCreate

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentBodyCreate

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

    • value

      protected String value
      The body of the content in the relevant format.
    • representation

      protected ContentBodyCreate.RepresentationEnum representation
      The content format type. Set the value of this property to the name of the format being used, e.g. 'storage'.
  • Konstruktordetails

    • ContentBodyCreate

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

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

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

      Parameter:
      value - The body of the content in the relevant format.
      representation - The content format type. Set the value of this property to the name of the format being used, e.g. 'storage'.
    • ContentBodyCreate

      protected ContentBodyCreate()
  • Methodendetails