Class ContentPropertyUpdate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContentPropertyUpdate
ContentPropertyUpdate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.ContentPropertyUpdate(Object value, Map<String, Object> version) Constructs a validated instance ofContentPropertyUpdate.Constructs a validated instance ofContentPropertyUpdate. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()Gets the value of value.Gets the value of version.inthashCode()voidSets the value of value.voidsetVersion(Map<String, Object> version) Sets the value of version.toString()value()Fluent getter for value.Fluent setter for value.version()Fluent getter for version.Fluent setter for version.
-
Field Details
-
value
The value of the content property. This can be empty or a complex object. -
version
-
-
Constructor Details
-
ContentPropertyUpdate
Constructs a validated instance ofContentPropertyUpdate.- Parameters:
spec- the specification to process
-
ContentPropertyUpdate
@Internal protected ContentPropertyUpdate()Protected no-args constructor for use by serialization frameworks. -
ContentPropertyUpdate
Constructs a validated instance ofContentPropertyUpdate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentPropertyUpdate(Consumer)instead.- Parameters:
value- The value of the content property. This can be empty or a complex object.version- The version number of the property.
-
-
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
-
version
-
version
Fluent setter for version.The version number of the property.
- Parameters:
version- version- Returns:
- this
-
getVersion
-
setVersion
-
equals
-
hashCode
-
toString
-