Klasse IssueBean.IssueBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueBean.IssueBeanBuilder
- Umschließende Klasse:
IssueBean
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
changelog
(IssueBeanChangelog changelog) editmeta
(IssueBeanEditmeta editmeta) Expand options that include additional issue details in the response.fieldsToInclude
(IncludedFields fieldsToInclude) The ID of the issue.The key of the issue.The ID and name of each field present on the issue.operations
(IssueBeanOperations operations) properties
(Map<String, Object> properties) Details of the issue properties identified in the request.renderedFields
(Map<String, Object> renderedFields) The rendered value of each field present on the issue.schema
(Map<String, JsonTypeBean> schema) The schema describing each field present on the issue.The URL of the issue details.toString()
transitions
(List<IssueTransition> transitions) The transitions that can be performed on the issue.The versions of each field on the issue.
-
Methodendetails
-
changelog
- Gibt zurück:
this
.
-
editmeta
- Gibt zurück:
this
.
-
expand
Expand options that include additional issue details in the response.- Gibt zurück:
this
.
-
fields
- Gibt zurück:
this
.
-
fieldsToInclude
- Gibt zurück:
this
.
-
id
The ID of the issue.- Gibt zurück:
this
.
-
key
The key of the issue.- Gibt zurück:
this
.
-
names
The ID and name of each field present on the issue.- Gibt zurück:
this
.
-
operations
- Gibt zurück:
this
.
-
properties
Details of the issue properties identified in the request.- Gibt zurück:
this
.
-
renderedFields
The rendered value of each field present on the issue.- Gibt zurück:
this
.
-
schema
The schema describing each field present on the issue.- Gibt zurück:
this
.
-
self
The URL of the issue details.- Gibt zurück:
this
.
-
transitions
The transitions that can be performed on the issue.- Gibt zurück:
this
.
-
versionedRepresentations
public IssueBean.IssueBeanBuilder versionedRepresentations(Map<String, Map<String, Object>> versionedRepresentations) The versions of each field on the issue.- Gibt zurück:
this
.
-
build
-
toString
-