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 Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.ContentPropertyCreateNoKey(Object value) Constructs a validated instance ofContentPropertyCreateNoKey.Constructs a validated instance ofContentPropertyCreateNoKey. -
Method Summary
-
Field Details
-
value
The value of the content property. This can be empty or a complex object.
-
-
Constructor Details
-
ContentPropertyCreateNoKey
Constructs a validated instance ofContentPropertyCreateNoKey.- Parameters:
spec- the specification to process
-
ContentPropertyCreateNoKey
@Internal protected ContentPropertyCreateNoKey()Protected no-args constructor for use by serialization frameworks. -
ContentPropertyCreateNoKey
Constructs a validated instance ofContentPropertyCreateNoKey.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
Fluent getter for value.The value of the content property. This can be empty or a complex object.
- Returns:
- value
-
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
Gets the value of value.The value of the content property. This can be empty or a complex object.
- Returns:
- value
-
setValue
Sets the value of value.The value of the content property. This can be empty or a complex object.
- Parameters:
value- value
-
equals
-
hashCode
-
toString
-