Klasse FieldConfigurationSchemeProjects
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldConfigurationSchemeProjects
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldConfigurationSchemeProjects
extends Object
FieldConfigurationSchemeProjects
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected FieldConfigurationScheme
The IDs of projects using the field configuration scheme. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FieldConfigurationSchemeProjects
(FieldConfigurationScheme fieldConfigurationScheme, List<String> projectIds) Constructs a validated instance ofFieldConfigurationSchemeProjects
.Constructs a validated instance ofFieldConfigurationSchemeProjects
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
fieldConfigurationScheme
(FieldConfigurationScheme fieldConfigurationScheme) int
hashCode()
The IDs of projects using the field configuration scheme.projectIds
(List<String> projectIds) The IDs of projects using the field configuration scheme.toString()
-
Felddetails
-
fieldConfigurationScheme
-
projectIds
The IDs of projects using the field configuration scheme.
-
-
Konstruktordetails
-
FieldConfigurationSchemeProjects
Constructs a validated instance ofFieldConfigurationSchemeProjects
.- Parameter:
spec
- the specification to process
-
FieldConfigurationSchemeProjects
@Internal public FieldConfigurationSchemeProjects(FieldConfigurationScheme fieldConfigurationScheme, List<String> projectIds) Constructs a validated instance ofFieldConfigurationSchemeProjects
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldConfigurationSchemeProjects(Consumer)
instead.- Parameter:
fieldConfigurationScheme
- var.nameprojectIds
- The IDs of projects using the field configuration scheme.
-
FieldConfigurationSchemeProjects
protected FieldConfigurationSchemeProjects()
-
-
Methodendetails
-
builder
-
fieldConfigurationScheme
-
projectIds
The IDs of projects using the field configuration scheme. -
fieldConfigurationScheme
public FieldConfigurationSchemeProjects fieldConfigurationScheme(FieldConfigurationScheme fieldConfigurationScheme) - Gibt zurück:
this
.
-
projectIds
The IDs of projects using the field configuration scheme.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-