Class FieldConfigurationItem
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldConfigurationItem
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldConfigurationItem
extends Object
FieldConfigurationItem
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The description of the field within the field configuration.protected String
The ID of the field within the field configuration.protected Boolean
Whether the field is hidden in the field configuration.protected Boolean
Whether the field is required in the field configuration.protected String
The renderer type for the field within the field configuration. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FieldConfigurationItem
(String description, String id, Boolean isHidden, Boolean isRequired, String renderer) Constructs a validated instance ofFieldConfigurationItem
.Constructs a validated instance ofFieldConfigurationItem
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The description of the field within the field configuration.description
(String description) The description of the field within the field configuration.boolean
int
hashCode()
id()
The ID of the field within the field configuration.The ID of the field within the field configuration.isHidden()
Whether the field is hidden in the field configuration.Whether the field is hidden in the field configuration.Whether the field is required in the field configuration.isRequired
(Boolean isRequired) Whether the field is required in the field configuration.renderer()
The renderer type for the field within the field configuration.The renderer type for the field within the field configuration.toString()
-
Field Details
-
description
The description of the field within the field configuration. -
id
The ID of the field within the field configuration. -
isHidden
Whether the field is hidden in the field configuration. -
isRequired
Whether the field is required in the field configuration. -
renderer
The renderer type for the field within the field configuration.
-
-
Constructor Details
-
FieldConfigurationItem
Constructs a validated instance ofFieldConfigurationItem
.- Parameters:
spec
- the specification to process
-
FieldConfigurationItem
@Internal public FieldConfigurationItem(String description, String id, Boolean isHidden, Boolean isRequired, String renderer) Constructs a validated instance ofFieldConfigurationItem
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldConfigurationItem(Consumer)
instead.- Parameters:
description
- The description of the field within the field configuration.id
- The ID of the field within the field configuration.isHidden
- Whether the field is hidden in the field configuration.isRequired
- Whether the field is required in the field configuration.renderer
- The renderer type for the field within the field configuration.
-
FieldConfigurationItem
protected FieldConfigurationItem()
-
-
Method Details
-
builder
-
description
The description of the field within the field configuration. -
id
The ID of the field within the field configuration. -
isHidden
Whether the field is hidden in the field configuration. -
isRequired
Whether the field is required in the field configuration. -
renderer
The renderer type for the field within the field configuration. -
description
The description of the field within the field configuration.- Returns:
this
.
-
id
The ID of the field within the field configuration.- Returns:
this
.
-
isHidden
Whether the field is hidden in the field configuration.- Returns:
this
.
-
isRequired
Whether the field is required in the field configuration.- Returns:
this
.
-
renderer
The renderer type for the field within the field configuration.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-