Klasse VersionIssueCounts
java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionIssueCounts
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class VersionIssueCounts
extends Object
VersionIssueCounts
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<VersionUsageInCustomField>
List of custom fields using the version.protected Long
Count of issues where a version custom field is set to the version.protected Long
Count of issues where theaffectedVersion
is set to the version.protected Long
Count of issues where thefixVersion
is set to the version.protected URI
The URL of these count details. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofVersionIssueCounts
.VersionIssueCounts
(List<VersionUsageInCustomField> customFieldUsage, Long issueCountWithCustomFieldsShowingVersion, Long issuesAffectedCount, Long issuesFixedCount, URI self) Constructs a validated instance ofVersionIssueCounts
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
List of custom fields using the version.customFieldUsage
(List<VersionUsageInCustomField> customFieldUsage) List of custom fields using the version.boolean
int
hashCode()
Count of issues where a version custom field is set to the version.issueCountWithCustomFieldsShowingVersion
(Long issueCountWithCustomFieldsShowingVersion) Count of issues where a version custom field is set to the version.Count of issues where theaffectedVersion
is set to the version.issuesAffectedCount
(Long issuesAffectedCount) Count of issues where theaffectedVersion
is set to the version.Count of issues where thefixVersion
is set to the version.issuesFixedCount
(Long issuesFixedCount) Count of issues where thefixVersion
is set to the version.self()
The URL of these count details.The URL of these count details.toString()
-
Felddetails
-
customFieldUsage
List of custom fields using the version. -
issueCountWithCustomFieldsShowingVersion
Count of issues where a version custom field is set to the version. -
issuesAffectedCount
Count of issues where theaffectedVersion
is set to the version. -
issuesFixedCount
Count of issues where thefixVersion
is set to the version. -
self
The URL of these count details.
-
-
Konstruktordetails
-
VersionIssueCounts
Constructs a validated instance ofVersionIssueCounts
.- Parameter:
spec
- the specification to process
-
VersionIssueCounts
@Internal public VersionIssueCounts(List<VersionUsageInCustomField> customFieldUsage, Long issueCountWithCustomFieldsShowingVersion, Long issuesAffectedCount, Long issuesFixedCount, URI self) Constructs a validated instance ofVersionIssueCounts
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
VersionIssueCounts(Consumer)
instead.- Parameter:
customFieldUsage
- List of custom fields using the version.issueCountWithCustomFieldsShowingVersion
- Count of issues where a version custom field is set to the version.issuesAffectedCount
- Count of issues where theaffectedVersion
is set to the version.issuesFixedCount
- Count of issues where thefixVersion
is set to the version.self
- The URL of these count details.
-
VersionIssueCounts
protected VersionIssueCounts()
-
-
Methodendetails
-
builder
-
customFieldUsage
List of custom fields using the version. -
issueCountWithCustomFieldsShowingVersion
Count of issues where a version custom field is set to the version. -
issuesAffectedCount
Count of issues where theaffectedVersion
is set to the version. -
issuesFixedCount
Count of issues where thefixVersion
is set to the version. -
self
The URL of these count details. -
customFieldUsage
List of custom fields using the version.- Gibt zurück:
this
.
-
issueCountWithCustomFieldsShowingVersion
public VersionIssueCounts issueCountWithCustomFieldsShowingVersion(Long issueCountWithCustomFieldsShowingVersion) Count of issues where a version custom field is set to the version.- Gibt zurück:
this
.
-
issuesAffectedCount
Count of issues where theaffectedVersion
is set to the version.- Gibt zurück:
this
.
-
issuesFixedCount
Count of issues where thefixVersion
is set to the version.- Gibt zurück:
this
.
-
self
The URL of these count details.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-