Klasse ProjectFeature.ProjectFeatureBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectFeature.ProjectFeatureBuilder
- Umschließende Klasse:
ProjectFeature
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The key of the feature.URI for the image representing the feature.localisedDescription
(String localisedDescription) Localized display description for the feature.localisedName
(String localisedName) Localized display name for the feature.prerequisites
(List<String> prerequisites) List of keys of the features required to enable the feature.The ID of the project.state
(ProjectFeature.StateEnum state) The state of the feature.toggleLocked
(Boolean toggleLocked) Whether the state of the feature can be updated.toString()
-
Methodendetails
-
feature
The key of the feature.- Gibt zurück:
this
.
-
imageUri
URI for the image representing the feature.- Gibt zurück:
this
.
-
localisedDescription
Localized display description for the feature.- Gibt zurück:
this
.
-
localisedName
Localized display name for the feature.- Gibt zurück:
this
.
-
prerequisites
List of keys of the features required to enable the feature.- Gibt zurück:
this
.
-
projectId
The ID of the project.- Gibt zurück:
this
.
-
state
The state of the feature. When updating the state of a feature, only ENABLED and DISABLED are supported. Responses can contain all values- Gibt zurück:
this
.
-
toggleLocked
Whether the state of the feature can be updated.- Gibt zurück:
this
.
-
build
-
toString
-