Class ContentPropertyUpdate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContentPropertyUpdate
ContentPropertyUpdate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContentPropertyUpdate(Object value, Map<String, Object> version) Constructs a validated instance ofContentPropertyUpdate.Constructs a validated instance ofContentPropertyUpdate. -
Method Summary
-
Field Details
-
value
The value of the content property. This can be empty or a complex object. -
version
The version number of the property.
-
-
Constructor Details
-
ContentPropertyUpdate
Constructs a validated instance ofContentPropertyUpdate.- Parameters:
spec- the specification to process
-
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.
-
ContentPropertyUpdate
protected ContentPropertyUpdate()
-
-
Method Details
-
value
The value of the content property. This can be empty or a complex object. -
version
The version number of the property. -
value
The value of the content property. This can be empty or a complex object.- Returns:
this.
-
version
The version number of the property.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-