Class ScreenSchemeScreens
java.lang.Object
io.github.primelib.jira4j.restv3.model.ScreenSchemeScreens
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ScreenSchemeScreens
extends Object
ScreenSchemeScreens
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedScreenSchemeScreens(Long create, Long _default, Long edit, Long view) Constructs a validated instance ofScreenSchemeScreens.Constructs a validated instance ofScreenSchemeScreens. -
Method Summary
Modifier and TypeMethodDescription_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.
-
Field Details
-
create
The ID of the create screen. -
_default
The ID of the default screen. Required when creating a screen scheme. -
edit
The ID of the edit screen. -
view
The ID of the view screen.
-
-
Constructor Details
-
ScreenSchemeScreens
Constructs a validated instance ofScreenSchemeScreens.- Parameters:
spec- the specification to process
-
ScreenSchemeScreens
Constructs a validated instance ofScreenSchemeScreens.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ScreenSchemeScreens(Consumer)instead.- Parameters:
create- The ID of the create screen._default- The ID of the default screen. Required when creating a screen scheme.edit- The ID of the edit screen.view- The ID of the view screen.
-
ScreenSchemeScreens
protected ScreenSchemeScreens()
-
-
Method Details
-
builder
-
create
The ID of the create screen. -
_default
The ID of the default screen. Required when creating a screen scheme. -
edit
The ID of the edit screen. -
view
The ID of the view screen. -
create
The ID of the create screen.- Returns:
this.
-
_default
The ID of the default screen. Required when creating a screen scheme.- Returns:
this.
-
edit
The ID of the edit screen.- Returns:
this.
-
view
The ID of the view screen.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-