Klasse Screen
java.lang.Object
io.github.primelib.jira4j.restv2.model.Screen
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Screen
extends Object
Screen
-
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
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Screen.ScreenBuilder
builder()
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) toString()
-
Felddetails
-
description
The description of the screen. -
id
The ID of the screen. -
name
The name of the screen. -
scope
-
-
Konstruktordetails
-
Screen
Constructs a validated instance ofScreen
.- Parameter:
spec
- the specification to process
-
Screen
Constructs a validated instance ofScreen
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Screen(Consumer)
instead.- Parameter:
description
- The description of the screen.id
- The ID of the screen.name
- The name of the screen.scope
- var.name
-
Screen
protected Screen()
-
-
Methodendetails
-
builder
-
description
The description of the screen. -
id
The ID of the screen. -
name
The name of the screen. -
scope
-
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-