Klasse ApplicationProperty.ApplicationPropertyBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.ApplicationProperty.ApplicationPropertyBuilder
- Umschließende Klasse:
ApplicationProperty
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungallowedValues
(List<String> allowedValues) The allowed values, if applicable.build()
defaultValue
(String defaultValue) The default value of the application property.The description of the application property.The ID of the application property.The key of the application property.The name of the application property.toString()
The data type of the application property.The new value.
-
Methodendetails
-
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
.
-
build
-
toString
-