Class UpdateScreenSchemeDetailsScreens
java.lang.Object
io.github.primelib.jira4j.restv3.model.UpdateScreenSchemeDetailsScreens
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateScreenSchemeDetailsScreens
extends Object
UpdateScreenSchemeDetailsScreens
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUpdateScreenSchemeDetailsScreens(String create, String _default, String edit, String view) Constructs a validated instance ofUpdateScreenSchemeDetailsScreens.Constructs a validated instance ofUpdateScreenSchemeDetailsScreens. -
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. 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.
-
-
Constructor Details
-
UpdateScreenSchemeDetailsScreens
Constructs a validated instance ofUpdateScreenSchemeDetailsScreens.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
_default
The ID of the default screen. When specified, must include a screen ID as a default screen is required.- Returns:
this.
-
edit
The ID of the edit screen. To remove the screen association, pass a null.- Returns:
this.
-
view
The ID of the view screen. To remove the screen association, pass a null.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-