Class IssueFieldOptionScopeBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueFieldOptionScopeBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueFieldOptionScopeBean
extends Object
IssueFieldOptionScopeBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GlobalScopeBeanDEPRECATEDprotected Set<ProjectScopeBean>Defines the projects in which the option is available and the behavior of the option within each project. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIssueFieldOptionScopeBean(GlobalScopeBean global, Set<Long> projects, Set<ProjectScopeBean> projects2) Constructs a validated instance ofIssueFieldOptionScopeBean.Constructs a validated instance ofIssueFieldOptionScopeBean. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanglobal()global(GlobalScopeBean global) inthashCode()projects()DEPRECATEDDEPRECATEDDefines the projects in which the option is available and the behavior of the option within each project.projects2(Set<ProjectScopeBean> projects2) Defines the projects in which the option is available and the behavior of the option within each project.toString()
-
Field Details
-
global
-
projects
DEPRECATED -
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.
-
-
Constructor Details
-
IssueFieldOptionScopeBean
Constructs a validated instance ofIssueFieldOptionScopeBean.- Parameters:
spec- the specification to process
-
IssueFieldOptionScopeBean
@Internal public IssueFieldOptionScopeBean(GlobalScopeBean global, Set<Long> projects, Set<ProjectScopeBean> projects2) Constructs a validated instance ofIssueFieldOptionScopeBean.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueFieldOptionScopeBean(Consumer)instead.- Parameters:
global- globalprojects- DEPRECATEDprojects2- 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.
-
IssueFieldOptionScopeBean
protected IssueFieldOptionScopeBean()
-
-
Method Details
-
builder
-
global
-
projects
DEPRECATED -
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. -
global
- Returns:
this.
-
projects
DEPRECATED- Returns:
this.
-
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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-