Klasse ApplicationProperty
java.lang.Object
io.github.primelib.jira4j.restv2.model.ApplicationProperty
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ApplicationProperty
extends Object
ApplicationProperty
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe allowed values, if applicable.protected String
The default value of the application property.protected String
The description of the application property.protected String
protected String
The ID of the application property.protected String
The key of the application property.protected String
The name of the application property.protected String
The data type of the application property.protected String
The new value. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofApplicationProperty
.ApplicationProperty
(List<String> allowedValues, String defaultValue, String desc, String example, String id, String key, String name, String type, String value) Constructs a validated instance ofApplicationProperty
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe allowed values, if applicable.allowedValues
(List<String> allowedValues) The allowed values, if applicable.builder()
protected boolean
The default value of the application property.defaultValue
(String defaultValue) The default value of the application property.desc()
The description of the application property.The description of the application property.boolean
example()
int
hashCode()
id()
The ID of the application property.The ID of the application property.key()
The key of the application property.The key of the application property.name()
The name of the application property.The name of the application property.toString()
type()
The data type of the application property.The data type of the application property.value()
The new value.The new value.
-
Felddetails
-
allowedValues
The allowed values, if applicable. -
defaultValue
The default value of the application property. -
desc
The description of the application property. -
example
-
id
The ID of the application property. The ID and key are the same. -
key
The key of the application property. The ID and key are the same. -
name
The name of the application property. -
type
The data type of the application property. -
value
The new value.
-
-
Konstruktordetails
-
ApplicationProperty
Constructs a validated instance ofApplicationProperty
.- Parameter:
spec
- the specification to process
-
ApplicationProperty
@Internal public ApplicationProperty(List<String> allowedValues, String defaultValue, String desc, String example, String id, String key, String name, String type, String value) Constructs a validated instance ofApplicationProperty
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ApplicationProperty(Consumer)
instead.- Parameter:
allowedValues
- The allowed values, if applicable.defaultValue
- The default value of the application property.desc
- The description of the application property.example
- var.nameid
- The ID of the application property. The ID and key are the same.key
- The key of the application property. The ID and key are the same.name
- The name of the application property.type
- The data type of the application property.value
- The new value.
-
ApplicationProperty
protected ApplicationProperty()
-
-
Methodendetails
-
builder
-
allowedValues
The allowed values, if applicable. -
defaultValue
The default value of the application property. -
desc
The description of the application property. -
example
-
id
The ID of the application property. The ID and key are the same. -
key
The key of the application property. The ID and key are the same. -
name
The name of the application property. -
type
The data type of the application property. -
value
The new value. -
allowedValues
The allowed values, if applicable.- Gibt zurück:
this
.
-
defaultValue
The default value of the application property.- Gibt zurück:
this
.
-
desc
The description of the application property.- Gibt zurück:
this
.
-
example
- Gibt zurück:
this
.
-
id
The ID of the application property. The ID and key are the same.- Gibt zurück:
this
.
-
key
The key of the application property. The ID and key are the same.- Gibt zurück:
this
.
-
name
The name of the application property.- Gibt zurück:
this
.
-
type
The data type of the application property.- Gibt zurück:
this
.
-
value
The new value.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-