Class VersionIssueCounts
java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionIssueCounts
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class VersionIssueCounts
extends Object
VersionIssueCounts
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<VersionUsageInCustomField>List of custom fields using the version.protected LongCount of issues where a version custom field is set to the version.protected LongCount of issues where theaffectedVersionis set to the version.protected LongCount of issues where thefixVersionis set to the version.protected URIThe URL of these count details. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofVersionIssueCounts.VersionIssueCounts(List<VersionUsageInCustomField> customFieldUsage, Long issueCountWithCustomFieldsShowingVersion, Long issuesAffectedCount, Long issuesFixedCount, URI self) Constructs a validated instance ofVersionIssueCounts. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanList of custom fields using the version.customFieldUsage(List<VersionUsageInCustomField> customFieldUsage) List of custom fields using the version.booleaninthashCode()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 theaffectedVersionis set to the version.issuesAffectedCount(Long issuesAffectedCount) Count of issues where theaffectedVersionis set to the version.Count of issues where thefixVersionis set to the version.issuesFixedCount(Long issuesFixedCount) Count of issues where thefixVersionis set to the version.self()The URL of these count details.The URL of these count details.toString()
-
Field Details
-
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 theaffectedVersionis set to the version. -
issuesFixedCount
Count of issues where thefixVersionis set to the version. -
self
The URL of these count details.
-
-
Constructor Details
-
VersionIssueCounts
Constructs a validated instance ofVersionIssueCounts.- Parameters:
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.- Parameters:
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 theaffectedVersionis set to the version.issuesFixedCount- Count of issues where thefixVersionis set to the version.self- The URL of these count details.
-
VersionIssueCounts
protected VersionIssueCounts()
-
-
Method Details
-
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 theaffectedVersionis set to the version. -
issuesFixedCount
Count of issues where thefixVersionis set to the version. -
self
The URL of these count details. -
customFieldUsage
List of custom fields using the version.- Returns:
this.
-
issueCountWithCustomFieldsShowingVersion
public VersionIssueCounts issueCountWithCustomFieldsShowingVersion(Long issueCountWithCustomFieldsShowingVersion) Count of issues where a version custom field is set to the version.- Returns:
this.
-
issuesAffectedCount
Count of issues where theaffectedVersionis set to the version.- Returns:
this.
-
issuesFixedCount
Count of issues where thefixVersionis set to the version.- Returns:
this.
-
self
The URL of these count details.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-