Class IssueUpdateDetails.IssueUpdateDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueUpdateDetails.IssueUpdateDetailsBuilder
- Enclosing class:
- IssueUpdateDetails
-
Method Summary
Modifier and TypeMethodDescriptionbuild()List of issue screen fields to update, specifying the sub-field to update and its value for each field.historyMetadata(HistoryMetadata historyMetadata) properties(List<EntityProperty> properties) Details of issue properties to be add or update.toString()transition(IssueTransition 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.
-
Method Details
-
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.- Returns:
this.
-
historyMetadata
public IssueUpdateDetails.IssueUpdateDetailsBuilder historyMetadata(HistoryMetadata historyMetadata) - Returns:
this.
-
properties
Details of issue properties to be add or update.- Returns:
this.
-
transition
- Returns:
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.- Returns:
this.
-
build
-
toString
-