Class GetCommentPropertyOperationSpec.GetCommentPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetCommentPropertyOperationSpec.GetCommentPropertyOperationSpecBuilder
- Enclosing class:
- GetCommentPropertyOperationSpec
public static class GetCommentPropertyOperationSpec.GetCommentPropertyOperationSpecBuilder
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 GetCommentPropertyOperationSpec.GetCommentPropertyOperationSpecBuilder commentId(@NotNull @NotNull String commentId) The ID of the comment.- Returns:
this
.
-
propertyKey
public GetCommentPropertyOperationSpec.GetCommentPropertyOperationSpecBuilder propertyKey(@NotNull @NotNull String propertyKey) The key of the property.- Returns:
this
.
-
build
-
toString
-