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