Klasse FieldConfigurationSchemeProjectAssociation
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldConfigurationSchemeProjectAssociation
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldConfigurationSchemeProjectAssociation
extends Object
FieldConfigurationSchemeProjectAssociation
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedFieldConfigurationSchemeProjectAssociation(String fieldConfigurationSchemeId, String projectId) Constructs a validated instance ofFieldConfigurationSchemeProjectAssociation.FieldConfigurationSchemeProjectAssociation(Consumer<FieldConfigurationSchemeProjectAssociation> spec) Constructs a validated instance ofFieldConfigurationSchemeProjectAssociation. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanThe ID of the field configuration scheme.fieldConfigurationSchemeId(String fieldConfigurationSchemeId) The ID of the field configuration scheme.inthashCode()The ID of the project.The ID of the project.toString()
-
Felddetails
-
fieldConfigurationSchemeId
The ID of the field configuration scheme. If the field configuration scheme ID isnull, the operation assigns the default field configuration scheme. -
projectId
The ID of the project.
-
-
Konstruktordetails
-
FieldConfigurationSchemeProjectAssociation
public FieldConfigurationSchemeProjectAssociation(Consumer<FieldConfigurationSchemeProjectAssociation> spec) Constructs a validated instance ofFieldConfigurationSchemeProjectAssociation.- Parameter:
spec- the specification to process
-
FieldConfigurationSchemeProjectAssociation
@Internal public FieldConfigurationSchemeProjectAssociation(String fieldConfigurationSchemeId, String projectId) Constructs a validated instance ofFieldConfigurationSchemeProjectAssociation.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldConfigurationSchemeProjectAssociation(Consumer)instead.- Parameter:
fieldConfigurationSchemeId- The ID of the field configuration scheme. If the field configuration scheme ID isnull, the operation assigns the default field configuration scheme.projectId- The ID of the project.
-
FieldConfigurationSchemeProjectAssociation
protected FieldConfigurationSchemeProjectAssociation()
-
-
Methodendetails
-
builder
public static FieldConfigurationSchemeProjectAssociation.FieldConfigurationSchemeProjectAssociationBuilder builder() -
fieldConfigurationSchemeId
The ID of the field configuration scheme. If the field configuration scheme ID isnull, the operation assigns the default field configuration scheme. -
projectId
The ID of the project. -
fieldConfigurationSchemeId
public FieldConfigurationSchemeProjectAssociation fieldConfigurationSchemeId(String fieldConfigurationSchemeId) The ID of the field configuration scheme. If the field configuration scheme ID isnull, the operation assigns the default field configuration scheme.- Gibt zurück:
this.
-
projectId
The ID of the project.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-