Class DeleteCommentPropertyOperationSpec.DeleteCommentPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteCommentPropertyOperationSpec.DeleteCommentPropertyOperationSpecBuilder
- Enclosing class:
- DeleteCommentPropertyOperationSpec
public static class DeleteCommentPropertyOperationSpec.DeleteCommentPropertyOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The ID of the comment.propertyKey
(@NotNull String propertyKey) The key of the property.toString()
-
Method Details
-
commentId
public DeleteCommentPropertyOperationSpec.DeleteCommentPropertyOperationSpecBuilder commentId(@NotNull @NotNull String commentId) The ID of the comment.- Returns:
this
.
-
propertyKey
public DeleteCommentPropertyOperationSpec.DeleteCommentPropertyOperationSpecBuilder propertyKey(@NotNull @NotNull String propertyKey) The key of the property.- Returns:
this
.
-
build
-
toString
-