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 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.
    • ContentPropertyCreateNoKey

      protected ContentPropertyCreateNoKey()
  • Method Details

    • value

      public Object value()
      The value of the content property. This can be empty or a complex object.
    • value

      public ContentPropertyCreateNoKey value(Object value)
      The value of the content property. This can be empty or a complex object.
      Returns:
      this.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object