Klasse IssueUpdateDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueUpdateDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueUpdateDetails
extends Object
IssueUpdateDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungList of issue screen fields to update, specifying the sub-field to update and its value for each field.protected IssueUpdateDetailsHistoryMetadataprotected List<EntityProperty>Details of issue properties to be add or update.protected IssueUpdateDetailsTransitionprotected Map<String,List<FieldUpdateOperation>> A Map containing the field field name and a list of operations to perform on the issue screen field. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofIssueUpdateDetails.IssueUpdateDetails(Map<String, Object> fields, IssueUpdateDetailsHistoryMetadata historyMetadata, List<EntityProperty> properties, IssueUpdateDetailsTransition transition, Map<String, List<FieldUpdateOperation>> update) Constructs a validated instance ofIssueUpdateDetails. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()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(IssueUpdateDetailsHistoryMetadata 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(IssueUpdateDetailsTransition 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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
IssueUpdateDetails
Constructs a validated instance ofIssueUpdateDetails.- Parameter:
spec- the specification to process
-
IssueUpdateDetails
@Internal public IssueUpdateDetails(Map<String, Object> fields, IssueUpdateDetailsHistoryMetadata historyMetadata, List<EntityProperty> properties, IssueUpdateDetailsTransition 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.- Parameter:
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- var.nameproperties- Details of issue properties to be add or update.transition- var.nameupdate- 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()
-
-
Methodendetails
-
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.- Gibt zurück:
this.
-
historyMetadata
- Gibt zurück:
this.
-
properties
Details of issue properties to be add or update.- Gibt zurück:
this.
-
transition
- Gibt zurück:
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.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-