Class IssueUpdateDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueUpdateDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueUpdateDetails
extends Object
IssueUpdateDetails
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionList of issue screen fields to update, specifying the sub-field to update and its value for each field.protected HistoryMetadataprotected List<EntityProperty>Details of issue properties to be add or update.protected IssueTransitionprotected Map<String,List<FieldUpdateOperation>> A Map containing the field field name and a list of operations to perform on the issue screen field. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofIssueUpdateDetails.IssueUpdateDetails(Map<String, Object> fields, HistoryMetadata historyMetadata, List<EntityProperty> properties, IssueTransition transition, Map<String, List<FieldUpdateOperation>> update) Constructs a validated instance ofIssueUpdateDetails. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanfields()List of issue screen fields to update, specifying the sub-field to update and its value for each field.List of issue screen fields to update, specifying the sub-field to update and its value for each field.inthashCode()historyMetadata(HistoryMetadata historyMetadata) Details of issue properties to be add or update.properties(List<EntityProperty> properties) Details of issue properties to be add or update.toString()transition(IssueTransition transition) update()A Map containing the field field name and a list of operations to perform on the issue screen field.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.
-
Field 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. -
historyMetadata
-
properties
Details of issue properties to be add or update. -
transition
-
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.
-
-
Constructor Details
-
IssueUpdateDetails
Constructs a validated instance ofIssueUpdateDetails.- Parameters:
spec- the specification to process
-
IssueUpdateDetails
@Internal public IssueUpdateDetails(Map<String, Object> fields, HistoryMetadata historyMetadata, List<EntityProperty> properties, IssueTransition transition, Map<String, List<FieldUpdateOperation>> update) Constructs a validated instance ofIssueUpdateDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueUpdateDetails(Consumer)instead.- Parameters:
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.historyMetadata- historyMetadataproperties- Details of issue properties to be add or update.transition- transitionupdate- 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.
-
IssueUpdateDetails
protected IssueUpdateDetails()
-
-
Method Details
-
builder
-
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. -
historyMetadata
-
properties
Details of issue properties to be add or update. -
transition
-
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. -
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
- Returns:
this.
-
properties
Details of issue properties to be add or update.- Returns:
this.
-
transition
- Returns:
this.
-
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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-