Klasse IssueFieldOptionScopeBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueFieldOptionScopeBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueFieldOptionScopeBean
extends Object
IssueFieldOptionScopeBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected GlobalScopeBean
DEPRECATEDprotected Set<ProjectScopeBean>
Defines the projects in which the option is available and the behavior of the option within each project. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
IssueFieldOptionScopeBean
(GlobalScopeBean global, Set<Long> projects, Set<ProjectScopeBean> projects2) Constructs a validated instance ofIssueFieldOptionScopeBean
.Constructs a validated instance ofIssueFieldOptionScopeBean
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
global()
global
(GlobalScopeBean 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
-
IssueFieldOptionScopeBean
Constructs a validated instance ofIssueFieldOptionScopeBean
.- Parameter:
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.- 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.
-
IssueFieldOptionScopeBean
protected IssueFieldOptionScopeBean()
-
-
Methodendetails
-
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
-