Klasse ContentPropertyCreate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentPropertyCreate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentPropertyCreate
extends Object
ContentPropertyCreate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe key of the new property.protected ContentPropertyValue -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentPropertyCreate(String key, ContentPropertyValue value) Constructs a validated instance ofContentPropertyCreate.Constructs a validated instance ofContentPropertyCreate. -
Methodenübersicht
-
Felddetails
-
key
The key of the new property. -
value
-
-
Konstruktordetails
-
ContentPropertyCreate
Constructs a validated instance ofContentPropertyCreate.- Parameter:
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.- Parameter:
key- The key of the new property.value- value
-
ContentPropertyCreate
protected ContentPropertyCreate()
-
-
Methodendetails
-
builder
-
key
The key of the new property. -
value
-
key
The key of the new property.- Gibt zurück:
this.
-
value
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-