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