Class IssueFieldOptionScopeBean.IssueFieldOptionScopeBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueFieldOptionScopeBean.IssueFieldOptionScopeBeanBuilder
- Enclosing class:
- IssueFieldOptionScopeBean
-
Method Summary
Modifier and TypeMethodDescriptionbuild()global(GlobalScopeBean global) DEPRECATEDprojects2(Set<ProjectScopeBean> projects2) Defines the projects in which the option is available and the behavior of the option within each project.toString()
-
Method Details
-
global
- Returns:
this.
-
projects
DEPRECATED- Returns:
this.
-
projects2
public IssueFieldOptionScopeBean.IssueFieldOptionScopeBeanBuilder 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.- Returns:
this.
-
build
-
toString
-