Klasse JsonContextVariable
java.lang.Object
io.github.primelib.jira4j.restv3.model.JsonContextVariable
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JsonContextVariable
extends Object
JsonContextVariable
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
JsonContextVariable
(String type, Object value) Constructs a validated instance ofJsonContextVariable
.Constructs a validated instance ofJsonContextVariable
. -
Methodenübersicht
-
Felddetails
-
type
Type of custom context variable. -
value
A JSON object containing custom content.
-
-
Konstruktordetails
-
JsonContextVariable
Constructs a validated instance ofJsonContextVariable
.- Parameter:
spec
- the specification to process
-
JsonContextVariable
Constructs a validated instance ofJsonContextVariable
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JsonContextVariable(Consumer)
instead.- Parameter:
type
- Type of custom context variable.value
- A JSON object containing custom content.
-
JsonContextVariable
protected JsonContextVariable()
-
-
Methodendetails
-
builder
-
type
Type of custom context variable. -
value
A JSON object containing custom content. -
type
Type of custom context variable.- Gibt zurück:
this
.
-
value
A JSON object containing custom content.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-