Klasse UpdateContentPropertyOperationSpec.UpdateContentPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.UpdateContentPropertyOperationSpec.UpdateContentPropertyOperationSpecBuilder
- Umschließende Klasse:
UpdateContentPropertyOperationSpec
public static class UpdateContentPropertyOperationSpec.UpdateContentPropertyOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody(@NotNull ContentPropertyUpdate body) The content property being updated.build()The ID of the content that the property belongs to.The key of the property.toString()
-
Methodendetails
-
id
public UpdateContentPropertyOperationSpec.UpdateContentPropertyOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the content that the property belongs to.- Gibt zurück:
this.
-
key
public UpdateContentPropertyOperationSpec.UpdateContentPropertyOperationSpecBuilder key(@NotNull @NotNull String key) The key of the property.- Gibt zurück:
this.
-
body
public UpdateContentPropertyOperationSpec.UpdateContentPropertyOperationSpecBuilder body(@NotNull @NotNull ContentPropertyUpdate body) The content property being updated.- Gibt zurück:
this.
-
build
-
toString
-