Klasse UpdateScreenSchemeDetailsScreens
java.lang.Object
io.github.primelib.jira4j.restv3.model.UpdateScreenSchemeDetailsScreens
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateScreenSchemeDetailsScreens
extends Object
UpdateScreenSchemeDetailsScreens
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateScreenSchemeDetailsScreens(String create, String _default, String edit, String view) Constructs a validated instance ofUpdateScreenSchemeDetailsScreens.Constructs a validated instance ofUpdateScreenSchemeDetailsScreens. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_default()The ID of the default screen.The ID of the default screen.builder()protected booleancreate()The ID of the create screen.The ID of the create screen.edit()The ID of the edit screen.The ID of the edit screen.booleaninthashCode()toString()view()The ID of the view screen.The ID of the view screen.
-
Felddetails
-
create
The ID of the create screen. To remove the screen association, pass a null. -
_default
The ID of the default screen. When specified, must include a screen ID as a default screen is required. -
edit
The ID of the edit screen. To remove the screen association, pass a null. -
view
The ID of the view screen. To remove the screen association, pass a null.
-
-
Konstruktordetails
-
UpdateScreenSchemeDetailsScreens
Constructs a validated instance ofUpdateScreenSchemeDetailsScreens.- Parameter:
spec- the specification to process
-
UpdateScreenSchemeDetailsScreens
@Internal public UpdateScreenSchemeDetailsScreens(String create, String _default, String edit, String view) Constructs a validated instance ofUpdateScreenSchemeDetailsScreens.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateScreenSchemeDetailsScreens(Consumer)instead.- Parameter:
create- The ID of the create screen. To remove the screen association, pass a null._default- The ID of the default screen. When specified, must include a screen ID as a default screen is required.edit- The ID of the edit screen. To remove the screen association, pass a null.view- The ID of the view screen. To remove the screen association, pass a null.
-
UpdateScreenSchemeDetailsScreens
protected UpdateScreenSchemeDetailsScreens()
-
-
Methodendetails
-
builder
-
create
The ID of the create screen. To remove the screen association, pass a null. -
_default
The ID of the default screen. When specified, must include a screen ID as a default screen is required. -
edit
The ID of the edit screen. To remove the screen association, pass a null. -
view
The ID of the view screen. To remove the screen association, pass a null. -
create
The ID of the create screen. To remove the screen association, pass a null.- Gibt zurück:
this.
-
_default
The ID of the default screen. When specified, must include a screen ID as a default screen is required.- Gibt zurück:
this.
-
edit
The ID of the edit screen. To remove the screen association, pass a null.- Gibt zurück:
this.
-
view
The ID of the view screen. To remove the screen association, pass a null.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-