Klasse SetCommentPropertyOperationSpec.SetCommentPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.SetCommentPropertyOperationSpec.SetCommentPropertyOperationSpecBuilder
- Umschließende Klasse:
SetCommentPropertyOperationSpec
public static class SetCommentPropertyOperationSpec.SetCommentPropertyOperationSpecBuilder
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 SetCommentPropertyOperationSpec.SetCommentPropertyOperationSpecBuilder commentId(@NotNull @NotNull String commentId) The ID of the comment.- Gibt zurück:
this
.
-
propertyKey
public SetCommentPropertyOperationSpec.SetCommentPropertyOperationSpecBuilder propertyKey(@NotNull @NotNull String propertyKey) The key of the property. The maximum length is 255 characters.- Gibt zurück:
this
.
-
body
public SetCommentPropertyOperationSpec.SetCommentPropertyOperationSpecBuilder body(@NotNull @NotNull Object body) - Gibt zurück:
this
.
-
build
-
toString
-