Klasse VersionIssueCounts

java.lang.Object
io.github.primelib.jira4j.restv2.model.VersionIssueCounts

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class VersionIssueCounts extends Object
VersionIssueCounts
  • Felddetails

    • customFieldUsage

      protected List<VersionUsageInCustomField> customFieldUsage
      List of custom fields using the version.
    • issueCountWithCustomFieldsShowingVersion

      protected Long issueCountWithCustomFieldsShowingVersion
      Count of issues where a version custom field is set to the version.
    • issuesAffectedCount

      protected Long issuesAffectedCount
      Count of issues where the affectedVersion is set to the version.
    • issuesFixedCount

      protected Long issuesFixedCount
      Count of issues where the fixVersion is set to the version.
    • self

      protected URI self
      The URL of these count details.
  • Konstruktordetails

    • VersionIssueCounts

      public VersionIssueCounts(Consumer<VersionIssueCounts> spec)
      Constructs a validated instance of VersionIssueCounts.
      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 of VersionIssueCounts.

      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 the affectedVersion is set to the version.
      issuesFixedCount - Count of issues where the fixVersion is set to the version.
      self - The URL of these count details.
    • VersionIssueCounts

      protected VersionIssueCounts()
  • Methodendetails

    • builder

    • customFieldUsage

      public List<VersionUsageInCustomField> customFieldUsage()
      List of custom fields using the version.
    • issueCountWithCustomFieldsShowingVersion

      public Long issueCountWithCustomFieldsShowingVersion()
      Count of issues where a version custom field is set to the version.
    • issuesAffectedCount

      public Long issuesAffectedCount()
      Count of issues where the affectedVersion is set to the version.
    • issuesFixedCount

      public Long issuesFixedCount()
      Count of issues where the fixVersion is set to the version.
    • self

      public URI self()
      The URL of these count details.
    • customFieldUsage

      public VersionIssueCounts customFieldUsage(List<VersionUsageInCustomField> 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

      public VersionIssueCounts issuesAffectedCount(Long issuesAffectedCount)
      Count of issues where the affectedVersion is set to the version.
      Gibt zurück:
      this.
    • issuesFixedCount

      public VersionIssueCounts issuesFixedCount(Long issuesFixedCount)
      Count of issues where the fixVersion is set to the version.
      Gibt zurück:
      this.
    • self

      public VersionIssueCounts self(URI self)
      The URL of these count details.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object