Klasse ContentProperty

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

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

    • id

      protected String id
      ID of the property
    • key

      protected String key
      Key of the property
    • value

      protected Object value
      Value of the property. Must be a valid JSON value.
    • version

      protected Version version
  • Konstruktordetails

    • ContentProperty

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

      @Internal public ContentProperty(String id, String key, Object value, Version version)
      Constructs a validated instance of ContentProperty.

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

      Parameter:
      id - ID of the property
      key - Key of the property
      value - Value of the property. Must be a valid JSON value.
      version - version
    • ContentProperty

      protected ContentProperty()
  • Methodendetails