Class VersionIssuesStatus
java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionIssuesStatus
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class VersionIssuesStatus
extends Object
VersionIssuesStatus
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
VersionIssuesStatus
(Long done, Long inProgress, Long toDo, Long unmapped) Constructs a validated instance ofVersionIssuesStatus
.Constructs a validated instance ofVersionIssuesStatus
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
done()
Count of issues with status *done*.Count of issues with status *done*.boolean
int
hashCode()
Count of issues with status *in progress*.inProgress
(Long inProgress) Count of issues with status *in progress*.toDo()
Count of issues with status *to do*.Count of issues with status *to do*.toString()
unmapped()
Count of issues with a status other than *to do*, *in progress*, and *done*.Count of issues with a status other than *to do*, *in progress*, and *done*.
-
Field Details
-
done
Count of issues with status *done*. -
inProgress
Count of issues with status *in progress*. -
toDo
Count of issues with status *to do*. -
unmapped
Count of issues with a status other than *to do*, *in progress*, and *done*.
-
-
Constructor Details
-
VersionIssuesStatus
Constructs a validated instance ofVersionIssuesStatus
.- Parameters:
spec
- the specification to process
-
VersionIssuesStatus
Constructs a validated instance ofVersionIssuesStatus
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
VersionIssuesStatus(Consumer)
instead.- Parameters:
done
- Count of issues with status *done*.inProgress
- Count of issues with status *in progress*.toDo
- Count of issues with status *to do*.unmapped
- Count of issues with a status other than *to do*, *in progress*, and *done*.
-
VersionIssuesStatus
protected VersionIssuesStatus()
-
-
Method Details
-
builder
-
done
Count of issues with status *done*. -
inProgress
Count of issues with status *in progress*. -
toDo
Count of issues with status *to do*. -
unmapped
Count of issues with a status other than *to do*, *in progress*, and *done*. -
done
Count of issues with status *done*.- Returns:
this
.
-
inProgress
Count of issues with status *in progress*.- Returns:
this
.
-
toDo
Count of issues with status *to do*.- Returns:
this
.
-
unmapped
Count of issues with a status other than *to do*, *in progress*, and *done*.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-