Class ApplicationProperty.ApplicationPropertyBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.ApplicationProperty.ApplicationPropertyBuilder
- Enclosing class:
- ApplicationProperty
-
Method Summary
Modifier and TypeMethodDescriptionallowedValues
(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.
-
Method Details
-
allowedValues
The allowed values, if applicable.- Returns:
this
.
-
defaultValue
The default value of the application property.- Returns:
this
.
-
desc
The description of the application property.- Returns:
this
.
-
example
- Returns:
this
.
-
id
The ID of the application property. The ID and key are the same.- Returns:
this
.
-
key
The key of the application property. The ID and key are the same.- Returns:
this
.
-
name
The name of the application property.- Returns:
this
.
-
type
The data type of the application property.- Returns:
this
.
-
value
The new value.- Returns:
this
.
-
build
-
toString
-