Class UpdateScreenDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.UpdateScreenDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateScreenDetails
extends Object
UpdateScreenDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUpdateScreenDetails(String description, String name) Constructs a validated instance ofUpdateScreenDetails.Constructs a validated instance ofUpdateScreenDetails. -
Method Summary
-
Field Details
-
description
The description of the screen. The maximum length is 255 characters. -
name
The name of the screen. The name must be unique. The maximum length is 255 characters.
-
-
Constructor Details
-
UpdateScreenDetails
Constructs a validated instance ofUpdateScreenDetails.- Parameters:
spec- the specification to process
-
UpdateScreenDetails
Constructs a validated instance ofUpdateScreenDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateScreenDetails(Consumer)instead.- Parameters:
description- The description of the screen. The maximum length is 255 characters.name- The name of the screen. The name must be unique. The maximum length is 255 characters.
-
UpdateScreenDetails
protected UpdateScreenDetails()
-
-
Method Details
-
builder
-
description
The description of the screen. The maximum length is 255 characters. -
name
The name of the screen. The name must be unique. The maximum length is 255 characters. -
description
The description of the screen. The maximum length is 255 characters.- Returns:
this.
-
name
The name of the screen. The name must be unique. The maximum length is 255 characters.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-