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