Class FieldUpdateOperation
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldUpdateOperation
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldUpdateOperation
extends Object
FieldUpdateOperation
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofFieldUpdateOperation
.Constructs a validated instance ofFieldUpdateOperation
. -
Method Summary
Modifier and TypeMethodDescriptionadd()
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()
-
Field Details
-
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.
-
-
Constructor Details
-
FieldUpdateOperation
Constructs a validated instance ofFieldUpdateOperation
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
copy
The field value to copy from another issue.- Returns:
this
.
-
edit
The value to edit in the field.- Returns:
this
.
-
remove
The value to removed from the field.- Returns:
this
.
-
set
The value to set in the field.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-