Klasse UpdateScreenSchemeDetails
java.lang.Object
io.github.primelib.jira4j.restv3.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 StringThe description of the screen scheme.protected StringThe name of the screen scheme.protected UpdateScreenTypes -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateScreenSchemeDetails(String description, String name, UpdateScreenTypes screens) Constructs a validated instance ofUpdateScreenSchemeDetails.Constructs a validated instance ofUpdateScreenSchemeDetails. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanThe description of the screen scheme.description(String description) The description of the screen scheme.booleaninthashCode()name()The name of the screen scheme.The name of the screen scheme.screens()screens(UpdateScreenTypes 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, UpdateScreenTypes 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- screens
-
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
-