Klasse UpdateWhiteboardPropertyByIdOperationSpec.UpdateWhiteboardPropertyByIdOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.UpdateWhiteboardPropertyByIdOperationSpec.UpdateWhiteboardPropertyByIdOperationSpecBuilder
- Umschließende Klasse:
UpdateWhiteboardPropertyByIdOperationSpec
public static class UpdateWhiteboardPropertyByIdOperationSpec.UpdateWhiteboardPropertyByIdOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()contentPropertyUpdateRequest(@NotNull ContentPropertyUpdateRequest contentPropertyUpdateRequest) The content property to be updated.propertyId(@NotNull Long propertyId) The ID of the property to be updated.toString()whiteboardId(@NotNull Long whiteboardId) The ID of the whiteboard the property belongs to.
-
Methodendetails
-
whiteboardId
public UpdateWhiteboardPropertyByIdOperationSpec.UpdateWhiteboardPropertyByIdOperationSpecBuilder whiteboardId(@NotNull @NotNull Long whiteboardId) The ID of the whiteboard the property belongs to.- Gibt zurück:
this.
-
propertyId
public UpdateWhiteboardPropertyByIdOperationSpec.UpdateWhiteboardPropertyByIdOperationSpecBuilder propertyId(@NotNull @NotNull Long propertyId) The ID of the property to be updated.- Gibt zurück:
this.
-
contentPropertyUpdateRequest
public UpdateWhiteboardPropertyByIdOperationSpec.UpdateWhiteboardPropertyByIdOperationSpecBuilder contentPropertyUpdateRequest(@NotNull @NotNull ContentPropertyUpdateRequest contentPropertyUpdateRequest) The content property to be updated.- Gibt zurück:
this.
-
build
-
toString
-