Class GetIssuePropertyOperationSpec.GetIssuePropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetIssuePropertyOperationSpec.GetIssuePropertyOperationSpecBuilder
- Enclosing class:
- GetIssuePropertyOperationSpec
public static class GetIssuePropertyOperationSpec.GetIssuePropertyOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
issueIdOrKey
(@NotNull String issueIdOrKey) The key or ID of the issue.propertyKey
(@NotNull String propertyKey) The key of the property.toString()
-
Method Details
-
issueIdOrKey
public GetIssuePropertyOperationSpec.GetIssuePropertyOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The key or ID of the issue.- Returns:
this
.
-
propertyKey
public GetIssuePropertyOperationSpec.GetIssuePropertyOperationSpecBuilder propertyKey(@NotNull @NotNull String propertyKey) The key of the property.- Returns:
this
.
-
build
-
toString
-