Class UpdateScreenSchemeDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.UpdateScreenSchemeDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateScreenSchemeDetails
extends Object
UpdateScreenSchemeDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe description of the screen scheme.protected StringThe name of the screen scheme.protected UpdateScreenTypes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUpdateScreenSchemeDetails(String description, String name, UpdateScreenTypes screens) Constructs a validated instance ofUpdateScreenSchemeDetails.Constructs a validated instance ofUpdateScreenSchemeDetails. -
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(UpdateScreenTypes 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
-
UpdateScreenSchemeDetails
Constructs a validated instance ofUpdateScreenSchemeDetails.- Parameters:
spec- the specification to process
-
UpdateScreenSchemeDetails
@Internal public UpdateScreenSchemeDetails(String description, String name, UpdateScreenTypes screens) Constructs a validated instance ofUpdateScreenSchemeDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateScreenSchemeDetails(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
-
UpdateScreenSchemeDetails
protected UpdateScreenSchemeDetails()
-
-
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
-