Class IssueBean.IssueBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueBean.IssueBeanBuilder
- Enclosing class:
- IssueBean
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.
-
Method Details
-
changelog
- Returns:
this
.
-
editmeta
- Returns:
this
.
-
expand
Expand options that include additional issue details in the response.- Returns:
this
.
-
fields
- Returns:
this
.
-
fieldsToInclude
- Returns:
this
.
-
id
The ID of the issue.- Returns:
this
.
-
key
The key of the issue.- Returns:
this
.
-
names
The ID and name of each field present on the issue.- Returns:
this
.
-
operations
- Returns:
this
.
-
properties
Details of the issue properties identified in the request.- Returns:
this
.
-
renderedFields
The rendered value of each field present on the issue.- Returns:
this
.
-
schema
The schema describing each field present on the issue.- Returns:
this
.
-
self
The URL of the issue details.- Returns:
this
.
-
transitions
The transitions that can be performed on the issue.- Returns:
this
.
-
versionedRepresentations
public IssueBean.IssueBeanBuilder versionedRepresentations(Map<String, Map<String, Object>> versionedRepresentations) The versions of each field on the issue.- Returns:
this
.
-
build
-
toString
-