Klasse Field.FieldBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.Field.FieldBuilder
- Umschließende Klasse:
Field
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
contextsCount
(Long contextsCount) Number of contexts where the field is used.description
(String description) The description of the field.The ID of the field.Whether the field is locked.isUnscreenable
(Boolean isUnscreenable) Whether the field is shown on screen or not.The key of the field.lastUsed
(FieldLastUsed lastUsed) The name of the field.projectsCount
(Long projectsCount) Number of projects where the field is used.schema
(JsonTypeBean schema) screensCount
(Long screensCount) Number of screens where the field is used.searcherKey
(String searcherKey) The searcher key of the field.toString()
-
Methodendetails
-
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
.
-
build
-
toString
-