Class SpacePropertyCreateNoKey

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

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

    • value

      protected Object value
      The value of the property. This can be empty or a complex object. 64KB Size Limit For example, ``` "value": { "example1": "value", "example2": true, "example3": 123, "example4": ["value1", "value2"], } ```
  • Constructor Details

    • SpacePropertyCreateNoKey

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

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

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

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

      Parameters:
      value - The value of the property. This can be empty or a complex object. 64KB Size Limit For example, ``` "value": { "example1": "value", "example2": true, "example3": 123, "example4": ["value1", "value2"], } ```
  • Method Details

    • value

      public Object value()
      Fluent getter for value.

      The value of the property. This can be empty or a complex object. 64KB Size Limit For example, ``` "value": { "example1": "value", "example2": true, "example3": 123, "example4": ["value1", "value2"], } ```

      Returns:
      value
    • value

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

      The value of the property. This can be empty or a complex object. 64KB Size Limit For example, ``` "value": { "example1": "value", "example2": true, "example3": 123, "example4": ["value1", "value2"], } ```

      Parameters:
      value - value
      Returns:
      this
    • getValue

      public Object getValue()
      Gets the value of value.

      The value of the property. This can be empty or a complex object. 64KB Size Limit For example, ``` "value": { "example1": "value", "example2": true, "example3": 123, "example4": ["value1", "value2"], } ```

      Returns:
      value
    • setValue

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

      The value of the property. This can be empty or a complex object. 64KB Size Limit For example, ``` "value": { "example1": "value", "example2": true, "example3": 123, "example4": ["value1", "value2"], } ```

      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