Class VersionUnresolvedIssuesCount.VersionUnresolvedIssuesCountBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.VersionUnresolvedIssuesCount.VersionUnresolvedIssuesCountBuilder
- Enclosing class:
- VersionUnresolvedIssuesCount
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
issuesCount
(Long issuesCount) Count of issues.issuesUnresolvedCount
(Long issuesUnresolvedCount) Count of unresolved issues.The URL of these count details.toString()
-
Method Details
-
issuesCount
public VersionUnresolvedIssuesCount.VersionUnresolvedIssuesCountBuilder issuesCount(Long issuesCount) Count of issues.- Returns:
this
.
-
issuesUnresolvedCount
public VersionUnresolvedIssuesCount.VersionUnresolvedIssuesCountBuilder issuesUnresolvedCount(Long issuesUnresolvedCount) Count of unresolved issues.- Returns:
this
.
-
self
The URL of these count details.- Returns:
this
.
-
build
-
toString
-