Klasse ScreenableField
java.lang.Object
io.github.primelib.jira4j.restv2.model.ScreenableField
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ScreenableField
extends Object
ScreenableField
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ScreenableField
(String id, String name) Constructs a validated instance ofScreenableField
.Constructs a validated instance ofScreenableField
. -
Methodenübersicht
-
Felddetails
-
id
The ID of the screen tab field. -
name
The name of the screen tab field. Required on create and update. The maximum length is 255 characters.
-
-
Konstruktordetails
-
ScreenableField
Constructs a validated instance ofScreenableField
.- Parameter:
spec
- the specification to process
-
ScreenableField
Constructs a validated instance ofScreenableField
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ScreenableField(Consumer)
instead.- Parameter:
id
- The ID of the screen tab field.name
- The name of the screen tab field. Required on create and update. The maximum length is 255 characters.
-
ScreenableField
protected ScreenableField()
-
-
Methodendetails
-
builder
-
id
The ID of the screen tab field. -
name
The name of the screen tab field. Required on create and update. The maximum length is 255 characters. -
id
The ID of the screen tab field.- Gibt zurück:
this
.
-
name
The name of the screen tab field. Required on create and update. The maximum length is 255 characters.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-