Class PropertyKeys
java.lang.Object
io.github.primelib.jira4j.restv2.model.PropertyKeys
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PropertyKeys
extends Object
PropertyKeys
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPropertyKeys(Consumer<PropertyKeys> spec) Constructs a validated instance ofPropertyKeys.PropertyKeys(List<PropertyKey> keys) Constructs a validated instance ofPropertyKeys. -
Method Summary
-
Field Details
-
keys
Property key details.
-
-
Constructor Details
-
PropertyKeys
Constructs a validated instance ofPropertyKeys.- Parameters:
spec- the specification to process
-
PropertyKeys
Constructs a validated instance ofPropertyKeys.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PropertyKeys(Consumer)instead.- Parameters:
keys- Property key details.
-
PropertyKeys
protected PropertyKeys()
-
-
Method Details