Class ContentProperty
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContentProperty
ContentProperty
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContentProperty(String id, String key, Object value, Map<String, Object> version, Map<String, Object> Links, Expandableabce4D Expandable) Constructs a validated instance ofContentProperty.Constructs a validated instance ofContentProperty. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanExpandable(Expandableabce4D Expandable) inthashCode()id()key()Links()toString()value()The value of the content property.The value of the content property.version()
-
Field Details
-
id
-
key
-
value
The value of the content property. This can be empty or a complex object. -
version
-
Links
-
Expandable
-
-
Constructor Details
-
ContentProperty
Constructs a validated instance ofContentProperty.- Parameters:
spec- the specification to process
-
ContentProperty
@Internal public ContentProperty(String id, String key, Object value, Map<String, Object> version, Map<String, Object> Links, Expandableabce4D Expandable) Constructs a validated instance ofContentProperty.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentProperty(Consumer)instead.- Parameters:
id- idkey- keyvalue- The value of the content property. This can be empty or a complex object.version- versionLinks- LinksExpandable- Expandable
-
ContentProperty
protected ContentProperty()
-
-
Method Details
-
id
-
key
-
value
The value of the content property. This can be empty or a complex object. -
version
-
Links
-
Expandable
-
id
- Returns:
this.
-
key
- Returns:
this.
-
value
The value of the content property. This can be empty or a complex object.- Returns:
this.
-
version
- Returns:
this.
-
Links
- Returns:
this.
-
Expandable
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-