Class ContentPropertyCreateNoKey

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContentPropertyCreateNoKey

@Generated("io.github.primelib.primecodegen") public class ContentPropertyCreateNoKey extends Object
ContentPropertyCreateNoKey
  • Field Details

    • value

      protected Object value
      The value of the content property. This can be empty or a complex object.
  • Constructor Details

    • ContentPropertyCreateNoKey

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

      @Internal protected ContentPropertyCreateNoKey()
      Protected no-args constructor for use by serialization frameworks.
    • ContentPropertyCreateNoKey

      @Internal public ContentPropertyCreateNoKey(Object value)
      Constructs a validated instance of ContentPropertyCreateNoKey.

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

      Parameters:
      value - The value of the content property. This can be empty or a complex object.
  • Method Details

    • value

      public Object value()
      Fluent getter for value.

      The value of the content property. This can be empty or a complex object.

      Returns:
      value
    • value

      public ContentPropertyCreateNoKey value(Object value)
      Fluent setter for value.

      The value of the content property. This can be empty or a complex object.

      Parameters:
      value - value
      Returns:
      this
    • getValue

      public Object getValue()
      Gets the value of value.

      The value of the content property. This can be empty or a complex object.

      Returns:
      value
    • setValue

      public void setValue(Object value)
      Sets the value of value.

      The value of the content property. This can be empty or a complex object.

      Parameters:
      value - value
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object