Class ScreenDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.ScreenDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ScreenDetails
extends Object
ScreenDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ScreenDetails
(String description, String name) Constructs a validated instance ofScreenDetails
.ScreenDetails
(Consumer<ScreenDetails> spec) Constructs a validated instance ofScreenDetails
. -
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
-
ScreenDetails
Constructs a validated instance ofScreenDetails
.- Parameters:
spec
- the specification to process
-
ScreenDetails
Constructs a validated instance ofScreenDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ScreenDetails(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.
-
ScreenDetails
protected ScreenDetails()
-
-
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
-