Klasse ContentPropertyUpdateRequest
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.ContentPropertyUpdateRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentPropertyUpdateRequest
extends Object
ContentPropertyUpdateRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentPropertyUpdateRequest(String key, Object value, ContentPropertyUpdateRequestVersion version) Constructs a validated instance ofContentPropertyUpdateRequest.Constructs a validated instance ofContentPropertyUpdateRequest. -
Methodenübersicht
-
Felddetails
-
key
Key of the content property -
value
Value of the content property. -
version
-
-
Konstruktordetails
-
ContentPropertyUpdateRequest
Constructs a validated instance ofContentPropertyUpdateRequest.- Parameter:
spec- the specification to process
-
ContentPropertyUpdateRequest
@Internal public ContentPropertyUpdateRequest(String key, Object value, ContentPropertyUpdateRequestVersion version) Constructs a validated instance ofContentPropertyUpdateRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentPropertyUpdateRequest(Consumer)instead.- Parameter:
key- Key of the content propertyvalue- Value of the content property.version- version
-
ContentPropertyUpdateRequest
protected ContentPropertyUpdateRequest()
-
-
Methodendetails
-
builder
-
key
Key of the content property -
value
Value of the content property. -
version
-
key
Key of the content property- Gibt zurück:
this.
-
value
Value of the content property.- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-