Class FieldConfigurationSchemeProjects
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldConfigurationSchemeProjects
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldConfigurationSchemeProjects
extends Object
FieldConfigurationSchemeProjects
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FieldConfigurationScheme
The IDs of projects using the field configuration scheme. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FieldConfigurationSchemeProjects
(FieldConfigurationScheme fieldConfigurationScheme, List<String> projectIds) Constructs a validated instance ofFieldConfigurationSchemeProjects
.Constructs a validated instance ofFieldConfigurationSchemeProjects
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
fieldConfigurationScheme
-
projectIds
The IDs of projects using the field configuration scheme.
-
-
Constructor Details
-
FieldConfigurationSchemeProjects
Constructs a validated instance ofFieldConfigurationSchemeProjects
.- Parameters:
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.- Parameters:
fieldConfigurationScheme
- fieldConfigurationSchemeprojectIds
- The IDs of projects using the field configuration scheme.
-
FieldConfigurationSchemeProjects
protected FieldConfigurationSchemeProjects()
-
-
Method Details
-
builder
-
fieldConfigurationScheme
-
projectIds
The IDs of projects using the field configuration scheme. -
fieldConfigurationScheme
public FieldConfigurationSchemeProjects fieldConfigurationScheme(FieldConfigurationScheme fieldConfigurationScheme) - Returns:
this
.
-
projectIds
The IDs of projects using the field configuration scheme.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-