Klasse IssueUpdateDetails.IssueUpdateDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueUpdateDetails.IssueUpdateDetailsBuilder
- Umschließende Klasse:
IssueUpdateDetails
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
List of issue screen fields to update, specifying the sub-field to update and its value for each field.historyMetadata
(IssueUpdateDetailsHistoryMetadata historyMetadata) properties
(List<EntityProperty> properties) Details of issue properties to be add or update.toString()
transition
(IssueUpdateDetailsTransition transition) update
(Map<String, List<FieldUpdateOperation>> update) A Map containing the field field name and a list of operations to perform on the issue screen field.
-
Methodendetails
-
fields
List of issue screen fields to update, specifying the sub-field to update and its value for each field. This field provides a straightforward option when setting a sub-field. When multiple sub-fields or other operations are required, useupdate
. Fields included in here cannot be included inupdate
.- Gibt zurück:
this
.
-
historyMetadata
public IssueUpdateDetails.IssueUpdateDetailsBuilder historyMetadata(IssueUpdateDetailsHistoryMetadata historyMetadata) - Gibt zurück:
this
.
-
properties
Details of issue properties to be add or update.- Gibt zurück:
this
.
-
transition
public IssueUpdateDetails.IssueUpdateDetailsBuilder transition(IssueUpdateDetailsTransition transition) - Gibt zurück:
this
.
-
update
public IssueUpdateDetails.IssueUpdateDetailsBuilder update(Map<String, List<FieldUpdateOperation>> update) A Map containing the field field name and a list of operations to perform on the issue screen field. Note that fields included in here cannot be included infields
.- Gibt zurück:
this
.
-
build
-
toString
-