Class ContentPropertyCreate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContentPropertyCreate
ContentPropertyCreate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContentPropertyCreate(String key, Object value) Constructs a validated instance ofContentPropertyCreate.Constructs a validated instance ofContentPropertyCreate. -
Method Summary
-
Field Details
-
key
The key of the new property. -
value
The value of the content property. This can be empty or a complex object.
-
-
Constructor Details
-
ContentPropertyCreate
Constructs a validated instance ofContentPropertyCreate.- Parameters:
spec- the specification to process
-
ContentPropertyCreate
Constructs a validated instance ofContentPropertyCreate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentPropertyCreate(Consumer)instead.- Parameters:
key- The key of the new property.value- The value of the content property. This can be empty or a complex object.
-
ContentPropertyCreate
protected ContentPropertyCreate()
-
-
Method Details
-
key
The key of the new property. -
value
The value of the content property. This can be empty or a complex object. -
key
The key of the new property.- Returns:
this.
-
value
The value of the content property. This can be empty or a complex object.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-