Class GetRemoteIssueLinksOperationSpec.GetRemoteIssueLinksOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetRemoteIssueLinksOperationSpec.GetRemoteIssueLinksOperationSpecBuilder
- Enclosing class:
- GetRemoteIssueLinksOperationSpec
public static class GetRemoteIssueLinksOperationSpec.GetRemoteIssueLinksOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The global ID of the remote issue link.issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.toString()
-
Method Details
-
issueIdOrKey
public GetRemoteIssueLinksOperationSpec.GetRemoteIssueLinksOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Returns:
this
.
-
globalId
public GetRemoteIssueLinksOperationSpec.GetRemoteIssueLinksOperationSpecBuilder globalId(@Nullable @Nullable String globalId) The global ID of the remote issue link.- Returns:
this
.
-
build
-
toString
-