Class FieldConfigurationScheme
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldConfigurationScheme
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldConfigurationScheme
extends Object
FieldConfigurationScheme
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FieldConfigurationScheme
(String description, String id, String name) Constructs a validated instance ofFieldConfigurationScheme
.Constructs a validated instance ofFieldConfigurationScheme
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The description of the field configuration scheme.description
(String description) The description of the field configuration scheme.boolean
int
hashCode()
id()
The ID of the field configuration scheme.The ID of the field configuration scheme.name()
The name of the field configuration scheme.The name of the field configuration scheme.toString()
-
Field Details
-
description
The description of the field configuration scheme. -
id
The ID of the field configuration scheme. -
name
The name of the field configuration scheme.
-
-
Constructor Details
-
FieldConfigurationScheme
Constructs a validated instance ofFieldConfigurationScheme
.- Parameters:
spec
- the specification to process
-
FieldConfigurationScheme
Constructs a validated instance ofFieldConfigurationScheme
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldConfigurationScheme(Consumer)
instead.- Parameters:
description
- The description of the field configuration scheme.id
- The ID of the field configuration scheme.name
- The name of the field configuration scheme.
-
FieldConfigurationScheme
protected FieldConfigurationScheme()
-
-
Method Details
-
builder
-
description
The description of the field configuration scheme. -
id
The ID of the field configuration scheme. -
name
The name of the field configuration scheme. -
description
The description of the field configuration scheme.- Returns:
this
.
-
id
The ID of the field configuration scheme.- Returns:
this
.
-
name
The name of the field configuration scheme.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-