Klasse ScreenWithTab
java.lang.Object
io.github.primelib.jira4j.restv3.model.ScreenWithTab
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ScreenWithTab
extends Object
ScreenWithTab
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the screen.protected Long
The ID of the screen.protected String
The name of the screen.protected ScreenScope
protected ScreenWithTabTab
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ScreenWithTab
(String description, Long id, String name, ScreenScope scope, ScreenWithTabTab tab) Constructs a validated instance ofScreenWithTab
.ScreenWithTab
(Consumer<ScreenWithTab> spec) Constructs a validated instance ofScreenWithTab
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The description of the screen.description
(String description) The description of the screen.boolean
int
hashCode()
id()
The ID of the screen.The ID of the screen.name()
The name of the screen.The name of the screen.scope()
scope
(ScreenScope scope) tab()
tab
(ScreenWithTabTab tab) toString()
-
Felddetails
-
description
The description of the screen. -
id
The ID of the screen. -
name
The name of the screen. -
scope
-
tab
-
-
Konstruktordetails
-
ScreenWithTab
Constructs a validated instance ofScreenWithTab
.- Parameter:
spec
- the specification to process
-
ScreenWithTab
@Internal public ScreenWithTab(String description, Long id, String name, ScreenScope scope, ScreenWithTabTab tab) Constructs a validated instance ofScreenWithTab
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ScreenWithTab(Consumer)
instead.- Parameter:
description
- The description of the screen.id
- The ID of the screen.name
- The name of the screen.scope
- scopetab
- tab
-
ScreenWithTab
protected ScreenWithTab()
-
-
Methodendetails
-
builder
-
description
The description of the screen. -
id
The ID of the screen. -
name
The name of the screen. -
scope
-
tab
-
description
The description of the screen.- Gibt zurück:
this
.
-
id
The ID of the screen.- Gibt zurück:
this
.
-
name
The name of the screen.- Gibt zurück:
this
.
-
scope
- Gibt zurück:
this
.
-
tab
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-