Klasse IssueFieldOptionConfigurationScope.IssueFieldOptionConfigurationScopeBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueFieldOptionConfigurationScope.IssueFieldOptionConfigurationScopeBuilder
- Umschließende Klasse:
IssueFieldOptionConfigurationScope
public static class IssueFieldOptionConfigurationScope.IssueFieldOptionConfigurationScopeBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
DEPRECATEDprojects2
(Set<ProjectScopeBean> projects2) Defines the projects in which the option is available and the behavior of the option within each project.toString()
-
Methodendetails
-
global
public IssueFieldOptionConfigurationScope.IssueFieldOptionConfigurationScopeBuilder global(IssueFieldOptionScopeBeanGlobal global) - Gibt zurück:
this
.
-
projects
public IssueFieldOptionConfigurationScope.IssueFieldOptionConfigurationScopeBuilder projects(Set<Long> projects) DEPRECATED- Gibt zurück:
this
.
-
projects2
public IssueFieldOptionConfigurationScope.IssueFieldOptionConfigurationScopeBuilder projects2(Set<ProjectScopeBean> projects2) Defines the projects in which the option is available and the behavior of the option within each project. Specify one object per project. The behavior of the option in a project context overrides the behavior in the global context.- Gibt zurück:
this
.
-
build
-
toString
-