Class SpacePropertyCreate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.SpacePropertyCreate
SpacePropertyCreate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofSpacePropertyCreate.Constructs a validated instance ofSpacePropertyCreate. -
Method Summary
-
Field Details
-
key
The key of the new property. -
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"], } ``` -
space
-
-
Constructor Details
-
SpacePropertyCreate
Constructs a validated instance ofSpacePropertyCreate.- Parameters:
spec- the specification to process
-
SpacePropertyCreate
Constructs a validated instance ofSpacePropertyCreate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SpacePropertyCreate(Consumer)instead.- Parameters:
key- The key of the new property.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"], } ```space- space
-
SpacePropertyCreate
protected SpacePropertyCreate()
-
-
Method Details
-
key
The key of the new property. -
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"], } ``` -
space
-
key
The key of the new property.- Returns:
this.
-
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:
this.
-
space
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-