Class FieldConfigurationSchemeProjectAssociation
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldConfigurationSchemeProjectAssociation
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldConfigurationSchemeProjectAssociation
extends Object
FieldConfigurationSchemeProjectAssociation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFieldConfigurationSchemeProjectAssociation(String fieldConfigurationSchemeId, String projectId) Constructs a validated instance ofFieldConfigurationSchemeProjectAssociation.FieldConfigurationSchemeProjectAssociation(Consumer<FieldConfigurationSchemeProjectAssociation> spec) Constructs a validated instance ofFieldConfigurationSchemeProjectAssociation. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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()
-
Field Details
-
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.
-
-
Constructor Details
-
FieldConfigurationSchemeProjectAssociation
public FieldConfigurationSchemeProjectAssociation(Consumer<FieldConfigurationSchemeProjectAssociation> spec) Constructs a validated instance ofFieldConfigurationSchemeProjectAssociation.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
projectId
The ID of the project.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-