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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
VersionUsageInCustomField
(Long customFieldId, String fieldName, Long issueCountWithVersionInCustomField) Constructs a validated instance ofVersionUsageInCustomField
.Constructs a validated instance ofVersionUsageInCustomField
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The ID of the custom field.customFieldId
(Long customFieldId) The ID of the custom field.boolean
The name of the custom field.The name of the custom field.int
hashCode()
Count of the issues where the custom field contains the version.issueCountWithVersionInCustomField
(Long issueCountWithVersionInCustomField) Count of the issues where the custom field contains the version.toString()
-
Field Details
-
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.
-
-
Constructor Details
-
VersionUsageInCustomField
Constructs a validated instance ofVersionUsageInCustomField
.- Parameters:
spec
- the specification to process
-
VersionUsageInCustomField
@Internal public VersionUsageInCustomField(Long customFieldId, String fieldName, Long issueCountWithVersionInCustomField) Constructs a validated instance ofVersionUsageInCustomField
.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
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. -
customFieldId
The ID of the custom field.- Returns:
this
.
-
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-