Class Screen
java.lang.Object
io.github.primelib.jira4j.restv3.model.Screen
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Screen
extends Object
Screen
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Screen.ScreenBuilder
builder()
protected boolean
The description of the screen.description
(String description) The description of the screen.boolean
int
hashCode()
id()
The ID of the screen.The ID of the screen.name()
The name of the screen.The name of the screen.scope()
toString()
-
Field Details
-
description
The description of the screen. -
id
The ID of the screen. -
name
The name of the screen. -
scope
-
-
Constructor Details
-
Screen
Constructs a validated instance ofScreen
.- Parameters:
spec
- the specification to process
-
Screen
Constructs a validated instance ofScreen
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Screen(Consumer)
instead.- Parameters:
description
- The description of the screen.id
- The ID of the screen.name
- The name of the screen.scope
- scope
-
Screen
protected Screen()
-
-
Method Details
-
builder
-
description
The description of the screen. -
id
The ID of the screen. -
name
The name of the screen. -
scope
-
description
The description of the screen.- Returns:
this
.
-
id
The ID of the screen.- Returns:
this
.
-
name
The name of the screen.- Returns:
this
.
-
scope
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-