Klasse FieldUpdateOperation
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldUpdateOperation
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldUpdateOperation
extends Object
FieldUpdateOperation
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofFieldUpdateOperation
.Constructs a validated instance ofFieldUpdateOperation
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungadd()
The value to add to the field.The value to add to the field.builder()
protected boolean
copy()
The field value to copy from another issue.The field value to copy from another issue.edit()
The value to edit in the field.The value to edit in the field.boolean
int
hashCode()
remove()
The value to removed from the field.The value to removed from the field.set()
The value to set in the field.The value to set in the field.toString()
-
Felddetails
-
add
The value to add to the field. -
copy
The field value to copy from another issue. -
edit
The value to edit in the field. -
remove
The value to removed from the field. -
set
The value to set in the field.
-
-
Konstruktordetails
-
FieldUpdateOperation
Constructs a validated instance ofFieldUpdateOperation
.- Parameter:
spec
- the specification to process
-
FieldUpdateOperation
@Internal public FieldUpdateOperation(Object add, Object copy, Object edit, Object remove, Object set) Constructs a validated instance ofFieldUpdateOperation
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldUpdateOperation(Consumer)
instead.- Parameter:
add
- The value to add to the field.copy
- The field value to copy from another issue.edit
- The value to edit in the field.remove
- The value to removed from the field.set
- The value to set in the field.
-
FieldUpdateOperation
protected FieldUpdateOperation()
-
-
Methodendetails
-
builder
-
add
The value to add to the field. -
copy
The field value to copy from another issue. -
edit
The value to edit in the field. -
remove
The value to removed from the field. -
set
The value to set in the field. -
add
The value to add to the field.- Gibt zurück:
this
.
-
copy
The field value to copy from another issue.- Gibt zurück:
this
.
-
edit
The value to edit in the field.- Gibt zurück:
this
.
-
remove
The value to removed from the field.- Gibt zurück:
this
.
-
set
The value to set in the field.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-