Klasse IssueFieldOptionConfigurationScope
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueFieldOptionConfigurationScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueFieldOptionConfigurationScope
extends Object
IssueFieldOptionConfigurationScope
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected IssueFieldOptionScopeBeanGlobal
DEPRECATEDprotected Set<ProjectScopeBean>
Defines the projects in which the option is available and the behavior of the option within each project. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
IssueFieldOptionConfigurationScope
(IssueFieldOptionScopeBeanGlobal global, Set<Long> projects, Set<ProjectScopeBean> projects2) Constructs a validated instance ofIssueFieldOptionConfigurationScope
.Constructs a validated instance ofIssueFieldOptionConfigurationScope
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
global()
int
hashCode()
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()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
IssueFieldOptionConfigurationScope
Constructs a validated instance ofIssueFieldOptionConfigurationScope
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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
- Gibt zurück:
this
.
-
projects
DEPRECATED- Gibt zurück:
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.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-