Klasse DeleteCommentPropertyOperationSpec.DeleteCommentPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteCommentPropertyOperationSpec.DeleteCommentPropertyOperationSpecBuilder
- Umschließende Klasse:
DeleteCommentPropertyOperationSpec
public static class DeleteCommentPropertyOperationSpec.DeleteCommentPropertyOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the comment.propertyKey
(@NotNull String propertyKey) The key of the property.toString()
-
Methodendetails
-
commentId
public DeleteCommentPropertyOperationSpec.DeleteCommentPropertyOperationSpecBuilder commentId(@NotNull @NotNull String commentId) The ID of the comment.- Gibt zurück:
this
.
-
propertyKey
public DeleteCommentPropertyOperationSpec.DeleteCommentPropertyOperationSpecBuilder propertyKey(@NotNull @NotNull String propertyKey) The key of the property.- Gibt zurück:
this
.
-
build
-
toString
-