Class ScreenSchemeDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.ScreenSchemeDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ScreenSchemeDetails
extends Object
ScreenSchemeDetails
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe description of the screen scheme.protected StringThe name of the screen scheme.protected ScreenTypes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedScreenSchemeDetails(String description, String name, ScreenTypes screens) Constructs a validated instance ofScreenSchemeDetails.Constructs a validated instance ofScreenSchemeDetails. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanThe description of the screen scheme.description(String description) The description of the screen scheme.booleaninthashCode()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. The maximum length is 255 characters. -
name
The name of the screen scheme. The name must be unique. The maximum length is 255 characters. -
screens
-
-
Constructor Details
-
ScreenSchemeDetails
Constructs a validated instance ofScreenSchemeDetails.- Parameters:
spec- the specification to process
-
ScreenSchemeDetails
Constructs a validated instance ofScreenSchemeDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ScreenSchemeDetails(Consumer)instead.- Parameters:
description- The description of the screen scheme. The maximum length is 255 characters.name- The name of the screen scheme. The name must be unique. The maximum length is 255 characters.screens- screens
-
ScreenSchemeDetails
protected ScreenSchemeDetails()
-
-
Method Details
-
builder
-
description
The description of the screen scheme. The maximum length is 255 characters. -
name
The name of the screen scheme. The name must be unique. The maximum length is 255 characters. -
screens
-
description
The description of the screen scheme. The maximum length is 255 characters.- Returns:
this.
-
name
The name of the screen scheme. The name must be unique. The maximum length is 255 characters.- Returns:
this.
-
screens
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-