Class IssueFieldOptionConfigurationScope
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueFieldOptionConfigurationScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueFieldOptionConfigurationScope
extends Object
IssueFieldOptionConfigurationScope
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IssueFieldOptionScopeBeanGlobalDEPRECATEDprotected Set<ProjectScopeBean>Defines the projects in which the option is available and the behavior of the option within each project. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIssueFieldOptionConfigurationScope(IssueFieldOptionScopeBeanGlobal global, Set<Long> projects, Set<ProjectScopeBean> projects2) Constructs a validated instance ofIssueFieldOptionConfigurationScope.Constructs a validated instance ofIssueFieldOptionConfigurationScope. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanglobal()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
-
IssueFieldOptionConfigurationScope
Constructs a validated instance ofIssueFieldOptionConfigurationScope.- Parameters:
spec- the specification to process
-
IssueFieldOptionConfigurationScope
@Internal public IssueFieldOptionConfigurationScope(IssueFieldOptionScopeBeanGlobal global, Set<Long> projects, Set<ProjectScopeBean> projects2) Constructs a validated instance ofIssueFieldOptionConfigurationScope.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueFieldOptionConfigurationScope(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.
-
IssueFieldOptionConfigurationScope
protected IssueFieldOptionConfigurationScope()
-
-
Method Details
-
builder
public static IssueFieldOptionConfigurationScope.IssueFieldOptionConfigurationScopeBuilder 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
-