Class Field.FieldBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.Field.FieldBuilder
- Enclosing class:
- Field
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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()
-
Method Details
-
contextsCount
Number of contexts where the field is used.- Returns:
this
.
-
description
The description of the field.- Returns:
this
.
-
id
The ID of the field.- Returns:
this
.
-
isLocked
Whether the field is locked.- Returns:
this
.
-
isUnscreenable
Whether the field is shown on screen or not.- Returns:
this
.
-
key
The key of the field.- Returns:
this
.
-
lastUsed
- Returns:
this
.
-
name
The name of the field.- Returns:
this
.
-
projectsCount
Number of projects where the field is used.- Returns:
this
.
-
schema
- Returns:
this
.
-
screensCount
Number of screens where the field is used.- Returns:
this
.
-
searcherKey
The searcher key of the field. Returned for custom fields.- Returns:
this
.
-
build
-
toString
-