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