Class ScreenScheme
java.lang.Object
io.github.primelib.jira4j.restv2.model.ScreenScheme
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ScreenScheme
extends Object
ScreenScheme
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe description of the screen scheme.protected LongThe ID of the screen scheme.protected PageBeanIssueTypeScreenSchemeprotected StringThe name of the screen scheme.protected ScreenTypes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedScreenScheme(String description, Long id, PageBeanIssueTypeScreenScheme issueTypeScreenSchemes, String name, ScreenTypes screens) Constructs a validated instance ofScreenScheme.ScreenScheme(Consumer<ScreenScheme> spec) Constructs a validated instance ofScreenScheme. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanThe description of the screen scheme.description(String description) The description of the screen scheme.booleaninthashCode()id()The ID of the screen scheme.The ID of the screen scheme.issueTypeScreenSchemes(PageBeanIssueTypeScreenScheme issueTypeScreenSchemes) name()The name of the screen scheme.The name of the screen scheme.screens()screens(ScreenTypes screens) toString()
-
Field Details
-
description
The description of the screen scheme. -
id
The ID of the screen scheme. -
issueTypeScreenSchemes
-
name
The name of the screen scheme. -
screens
-
-
Constructor Details
-
ScreenScheme
Constructs a validated instance ofScreenScheme.- Parameters:
spec- the specification to process
-
ScreenScheme
@Internal public ScreenScheme(String description, Long id, PageBeanIssueTypeScreenScheme issueTypeScreenSchemes, String name, ScreenTypes screens) Constructs a validated instance ofScreenScheme.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ScreenScheme(Consumer)instead.- Parameters:
description- The description of the screen scheme.id- The ID of the screen scheme.issueTypeScreenSchemes- issueTypeScreenSchemesname- The name of the screen scheme.screens- screens
-
ScreenScheme
protected ScreenScheme()
-
-
Method Details
-
builder
-
description
The description of the screen scheme. -
id
The ID of the screen scheme. -
issueTypeScreenSchemes
-
name
The name of the screen scheme. -
screens
-
description
The description of the screen scheme.- Returns:
this.
-
id
The ID of the screen scheme.- Returns:
this.
-
issueTypeScreenSchemes
- Returns:
this.
-
name
The name of the screen scheme.- Returns:
this.
-
screens
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-