Klasse UpdateSpacePropertyOperationSpec.UpdateSpacePropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.UpdateSpacePropertyOperationSpec.UpdateSpacePropertyOperationSpecBuilder
- Umschließende Klasse:
UpdateSpacePropertyOperationSpec
public static class UpdateSpacePropertyOperationSpec.UpdateSpacePropertyOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody(@NotNull SpacePropertyUpdate body) The space property being updated.build()The key of the property to be updated.The key of the space that the property is in.toString()
-
Methodendetails
-
spaceKey
public UpdateSpacePropertyOperationSpec.UpdateSpacePropertyOperationSpecBuilder spaceKey(@NotNull @NotNull String spaceKey) The key of the space that the property is in.- Gibt zurück:
this.
-
key
public UpdateSpacePropertyOperationSpec.UpdateSpacePropertyOperationSpecBuilder key(@NotNull @NotNull String key) The key of the property to be updated.- Gibt zurück:
this.
-
body
public UpdateSpacePropertyOperationSpec.UpdateSpacePropertyOperationSpecBuilder body(@NotNull @NotNull SpacePropertyUpdate body) The space property being updated.- Gibt zurück:
this.
-
build
-
toString
-