Klasse Field
java.lang.Object
io.github.primelib.jira4j.restv3.model.Field
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Field
extends Object
Field
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Long
Number of contexts where the field is used.protected String
The description of the field.protected String
The ID of the field.protected Boolean
Whether the field is locked.protected Boolean
Whether the field is shown on screen or not.protected String
The key of the field.protected FieldLastUsed
protected String
The name of the field.protected Long
Number of projects where the field is used.protected JsonTypeBean
protected Long
Number of screens where the field is used.protected String
The searcher key of the field. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Field()
Field
(Long contextsCount, String description, String id, Boolean isLocked, Boolean isUnscreenable, String key, FieldLastUsed lastUsed, String name, Long projectsCount, JsonTypeBean schema, Long screensCount, String searcherKey) Constructs a validated instance ofField
.Constructs a validated instance ofField
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Field.FieldBuilder
builder()
protected boolean
Number of contexts where the field is used.contextsCount
(Long contextsCount) Number of contexts where the field is used.The description of the field.description
(String description) The description of the field.boolean
int
hashCode()
id()
The ID of the field.The ID of the field.isLocked()
Whether the field is locked.Whether the field is locked.Whether the field is shown on screen or not.isUnscreenable
(Boolean isUnscreenable) Whether the field is shown on screen or not.key()
The key of the field.The key of the field.lastUsed()
lastUsed
(FieldLastUsed lastUsed) name()
The name of the field.The name of the field.Number of projects where the field is used.projectsCount
(Long projectsCount) Number of projects where the field is used.schema()
schema
(JsonTypeBean schema) Number of screens where the field is used.screensCount
(Long screensCount) Number of screens where the field is used.The searcher key of the field.searcherKey
(String searcherKey) The searcher key of the field.toString()
-
Felddetails
-
contextsCount
Number of contexts where the field is used. -
description
The description of the field. -
id
The ID of the field. -
isLocked
Whether the field is locked. -
isUnscreenable
Whether the field is shown on screen or not. -
key
The key of the field. -
lastUsed
-
name
The name of the field. -
projectsCount
Number of projects where the field is used. -
schema
-
screensCount
Number of screens where the field is used. -
searcherKey
The searcher key of the field. Returned for custom fields.
-
-
Konstruktordetails
-
Field
Constructs a validated instance ofField
.- Parameter:
spec
- the specification to process
-
Field
@Internal public Field(Long contextsCount, String description, String id, Boolean isLocked, Boolean isUnscreenable, String key, FieldLastUsed lastUsed, String name, Long projectsCount, JsonTypeBean schema, Long screensCount, String searcherKey) Constructs a validated instance ofField
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Field(Consumer)
instead.- Parameter:
contextsCount
- Number of contexts where the field is used.description
- The description of the field.id
- The ID of the field.isLocked
- Whether the field is locked.isUnscreenable
- Whether the field is shown on screen or not.key
- The key of the field.lastUsed
- lastUsedname
- The name of the field.projectsCount
- Number of projects where the field is used.schema
- schemascreensCount
- Number of screens where the field is used.searcherKey
- The searcher key of the field. Returned for custom fields.
-
Field
protected Field()
-
-
Methodendetails
-
builder
-
contextsCount
Number of contexts where the field is used. -
description
The description of the field. -
id
The ID of the field. -
isLocked
Whether the field is locked. -
isUnscreenable
Whether the field is shown on screen or not. -
key
The key of the field. -
lastUsed
-
name
The name of the field. -
projectsCount
Number of projects where the field is used. -
schema
-
screensCount
Number of screens where the field is used. -
searcherKey
The searcher key of the field. Returned for custom fields. -
contextsCount
Number of contexts where the field is used.- Gibt zurück:
this
.
-
description
The description of the field.- Gibt zurück:
this
.
-
id
The ID of the field.- Gibt zurück:
this
.
-
isLocked
Whether the field is locked.- Gibt zurück:
this
.
-
isUnscreenable
Whether the field is shown on screen or not.- Gibt zurück:
this
.
-
key
The key of the field.- Gibt zurück:
this
.
-
lastUsed
- Gibt zurück:
this
.
-
name
The name of the field.- Gibt zurück:
this
.
-
projectsCount
Number of projects where the field is used.- Gibt zurück:
this
.
-
schema
- Gibt zurück:
this
.
-
screensCount
Number of screens where the field is used.- Gibt zurück:
this
.
-
searcherKey
The searcher key of the field. Returned for custom fields.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-