Klasse ContextualConfiguration
java.lang.Object
io.github.primelib.jira4j.restv3.model.ContextualConfiguration
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContextualConfiguration
extends Object
ContextualConfiguration
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContextualConfiguration(Object configuration, String fieldContextId, String id, Object schema) Constructs a validated instance ofContextualConfiguration.Constructs a validated instance ofContextualConfiguration. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanThe field configuration.configuration(Object configuration) The field configuration.booleanThe ID of the field context the configuration is associated with.fieldContextId(String fieldContextId) The ID of the field context the configuration is associated with.inthashCode()id()The ID of the configuration.The ID of the configuration.schema()The field value schema.The field value schema.toString()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
ContextualConfiguration
Constructs a validated instance ofContextualConfiguration.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this.
-
fieldContextId
The ID of the field context the configuration is associated with.- Gibt zurück:
this.
-
id
The ID of the configuration.- Gibt zurück:
this.
-
schema
The field value schema.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-