Class PropertyKey
java.lang.Object
io.github.primelib.jira4j.restv2.model.PropertyKey
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PropertyKey
extends Object
PropertyKey
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPropertyKey(String key, String self) Constructs a validated instance ofPropertyKey.PropertyKey(Consumer<PropertyKey> spec) Constructs a validated instance ofPropertyKey. -
Method Summary
-
Field Details
-
key
The key of the property. -
self
The URL of the property.
-
-
Constructor Details
-
PropertyKey
Constructs a validated instance ofPropertyKey.- Parameters:
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.- Parameters:
key- The key of the property.self- The URL of the property.
-
PropertyKey
protected PropertyKey()
-
-
Method Details
-
builder
-
key
The key of the property. -
self
The URL of the property. -
key
The key of the property.- Returns:
this.
-
self
The URL of the property.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-