Klasse UpdateScreenSchemeDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.UpdateScreenSchemeDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateScreenSchemeDetails
extends Object
UpdateScreenSchemeDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the screen scheme.protected String
The name of the screen scheme.protected UpdateScreenSchemeDetailsScreens
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UpdateScreenSchemeDetails
(String description, String name, UpdateScreenSchemeDetailsScreens screens) Constructs a validated instance ofUpdateScreenSchemeDetails
.Constructs a validated instance ofUpdateScreenSchemeDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The description of the screen scheme.description
(String description) The description of the screen scheme.boolean
int
hashCode()
name()
The name of the screen scheme.The name of the screen scheme.screens()
screens
(UpdateScreenSchemeDetailsScreens screens) toString()
-
Felddetails
-
description
The description of the screen scheme. The maximum length is 255 characters. -
name
The name of the screen scheme. The name must be unique. The maximum length is 255 characters. -
screens
-
-
Konstruktordetails
-
UpdateScreenSchemeDetails
Constructs a validated instance ofUpdateScreenSchemeDetails
.- Parameter:
spec
- the specification to process
-
UpdateScreenSchemeDetails
@Internal public UpdateScreenSchemeDetails(String description, String name, UpdateScreenSchemeDetailsScreens screens) Constructs a validated instance ofUpdateScreenSchemeDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateScreenSchemeDetails(Consumer)
instead.- Parameter:
description
- The description of the screen scheme. The maximum length is 255 characters.name
- The name of the screen scheme. The name must be unique. The maximum length is 255 characters.screens
- var.name
-
UpdateScreenSchemeDetails
protected UpdateScreenSchemeDetails()
-
-
Methodendetails
-
builder
-
description
The description of the screen scheme. The maximum length is 255 characters. -
name
The name of the screen scheme. The name must be unique. The maximum length is 255 characters. -
screens
-
description
The description of the screen scheme. The maximum length is 255 characters.- Gibt zurück:
this
.
-
name
The name of the screen scheme. The name must be unique. The maximum length is 255 characters.- Gibt zurück:
this
.
-
screens
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-