Klasse PropertyKey
java.lang.Object
io.github.primelib.jira4j.restv2.model.PropertyKey
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PropertyKey
extends Object
PropertyKey
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
PropertyKey
(String key, String self) Constructs a validated instance ofPropertyKey
.PropertyKey
(Consumer<PropertyKey> spec) Constructs a validated instance ofPropertyKey
. -
Methodenübersicht
-
Felddetails
-
key
The key of the property. -
self
The URL of the property.
-
-
Konstruktordetails
-
PropertyKey
Constructs a validated instance ofPropertyKey
.- Parameter:
spec
- the specification to process
-
PropertyKey
Constructs a validated instance ofPropertyKey
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PropertyKey(Consumer)
instead.- Parameter:
key
- The key of the property.self
- The URL of the property.
-
PropertyKey
protected PropertyKey()
-
-
Methodendetails
-
builder
-
key
The key of the property. -
self
The URL of the property. -
key
The key of the property.- Gibt zurück:
this
.
-
self
The URL of the property.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-