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