Klasse UpdateContentPropertyOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.UpdateContentPropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateContentPropertyOperationSpec
extends Object
UpdateContentPropertySpec
Specification for the UpdateContentProperty operation.
Update content property
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateContentPropertyOperationSpec(String id, String key, ContentPropertyUpdate body) Constructs a validated instance ofUpdateContentPropertyOperationSpec.Constructs a validated instance ofUpdateContentPropertyOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull ContentPropertyUpdatebody()The content property being updated.body(@NotNull ContentPropertyUpdate body) The content property being updated.builder()protected booleanbooleaninthashCode()@NotNull Stringid()The ID of the content that the property belongs to.The ID of the content that the property belongs to.@NotNull Stringkey()The key of the property.The key of the property.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
UpdateContentPropertyOperationSpec
@Internal public UpdateContentPropertyOperationSpec(Consumer<UpdateContentPropertyOperationSpec> spec) Constructs a validated instance ofUpdateContentPropertyOperationSpec.- Parameter:
spec- the specification to process
-
UpdateContentPropertyOperationSpec
@Internal public UpdateContentPropertyOperationSpec(String id, String key, ContentPropertyUpdate body) Constructs a validated instance ofUpdateContentPropertyOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the content that the property belongs to.key- The key of the property.body- The content property being updated.
-
UpdateContentPropertyOperationSpec
protected UpdateContentPropertyOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static UpdateContentPropertyOperationSpec.UpdateContentPropertyOperationSpecBuilder builder() -
id
The ID of the content that the property belongs to. -
key
The key of the property. -
body
The content property being updated. -
id
The ID of the content that the property belongs to.- Gibt zurück:
this.
-
key
The key of the property.- Gibt zurück:
this.
-
body
The content property being updated.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-