Klasse ContentProperty
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.ContentProperty
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentProperty
extends Object
ContentProperty
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentProperty(String id, String key, Object value, Version version) Constructs a validated instance ofContentProperty.Constructs a validated instance ofContentProperty. -
Methodenübersicht
-
Felddetails
-
id
ID of the property -
key
Key of the property -
value
Value of the property. Must be a valid JSON value. -
version
-
-
Konstruktordetails
-
ContentProperty
Constructs a validated instance ofContentProperty.- Parameter:
spec- the specification to process
-
ContentProperty
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.- Parameter:
id- ID of the propertykey- Key of the propertyvalue- Value of the property. Must be a valid JSON value.version- version
-
ContentProperty
protected ContentProperty()
-
-
Methodendetails
-
builder
-
id
ID of the property -
key
Key of the property -
value
Value of the property. Must be a valid JSON value. -
version
-
id
ID of the property- Gibt zurück:
this.
-
key
Key of the property- Gibt zurück:
this.
-
value
Value of the property. Must be a valid JSON value.- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-