Class VersionUsageInCustomField

java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionUsageInCustomField

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class VersionUsageInCustomField extends Object
VersionUsageInCustomField
  • Field Details

    • customFieldId

      protected Long customFieldId
      The ID of the custom field.
    • fieldName

      protected String fieldName
      The name of the custom field.
    • issueCountWithVersionInCustomField

      protected Long issueCountWithVersionInCustomField
      Count of the issues where the custom field contains the version.
  • Constructor Details

    • VersionUsageInCustomField

      public VersionUsageInCustomField(Consumer<VersionUsageInCustomField> spec)
      Constructs a validated instance of VersionUsageInCustomField.
      Parameters:
      spec - the specification to process
    • VersionUsageInCustomField

      @Internal public VersionUsageInCustomField(Long customFieldId, String fieldName, Long issueCountWithVersionInCustomField)
      Constructs a validated instance of VersionUsageInCustomField.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using VersionUsageInCustomField(Consumer) instead.

      Parameters:
      customFieldId - The ID of the custom field.
      fieldName - The name of the custom field.
      issueCountWithVersionInCustomField - Count of the issues where the custom field contains the version.
    • VersionUsageInCustomField

      protected VersionUsageInCustomField()
  • Method Details

    • builder

    • customFieldId

      public Long customFieldId()
      The ID of the custom field.
    • fieldName

      public String fieldName()
      The name of the custom field.
    • issueCountWithVersionInCustomField

      public Long issueCountWithVersionInCustomField()
      Count of the issues where the custom field contains the version.
    • customFieldId

      public VersionUsageInCustomField customFieldId(Long customFieldId)
      The ID of the custom field.
      Returns:
      this.
    • fieldName

      public VersionUsageInCustomField fieldName(String fieldName)
      The name of the custom field.
      Returns:
      this.
    • issueCountWithVersionInCustomField

      public VersionUsageInCustomField issueCountWithVersionInCustomField(Long issueCountWithVersionInCustomField)
      Count of the issues where the custom field contains the version.
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object