Klasse ProjectScopeBean.ProjectScopeBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectScopeBean.ProjectScopeBeanBuilder
- Umschließende Klasse:
ProjectScopeBean
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungattributes
(Set<ProjectScopeBean.AttributesEnum> attributes) Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value.build()
The ID of the project that the option's behavior applies to.toString()
-
Methodendetails
-
attributes
public ProjectScopeBean.ProjectScopeBeanBuilder attributes(Set<ProjectScopeBean.AttributesEnum> attributes) Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default.- Gibt zurück:
this
.
-
id
The ID of the project that the option's behavior applies to.- Gibt zurück:
this
.
-
build
-
toString
-