Klasse VersionUsageInCustomField
java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionUsageInCustomField
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class VersionUsageInCustomField
extends Object
VersionUsageInCustomField
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
VersionUsageInCustomField
(Long customFieldId, String fieldName, Long issueCountWithVersionInCustomField) Constructs a validated instance ofVersionUsageInCustomField
.Constructs a validated instance ofVersionUsageInCustomField
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
VersionUsageInCustomField
Constructs a validated instance ofVersionUsageInCustomField
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
fieldName
The name of the custom field.- Gibt zurück:
this
.
-
issueCountWithVersionInCustomField
public VersionUsageInCustomField issueCountWithVersionInCustomField(Long issueCountWithVersionInCustomField) Count of the issues where the custom field contains the version.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-