@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class FieldUpdateOperation extends Object
| Constructor and Description |
|---|
FieldUpdateOperation() |
| Modifier and Type | Method and Description |
|---|---|
FieldUpdateOperation |
add(Object add) |
FieldUpdateOperation |
copy(Object copy) |
FieldUpdateOperation |
edit(Object edit) |
boolean |
equals(Object o) |
Object |
getAdd()
The value to add to the field.
|
Object |
getCopy()
The field value to copy from another issue.
|
Object |
getEdit()
The value to edit in the field.
|
Object |
getRemove()
The value to removed from the field.
|
Object |
getSet()
The value to set in the field.
|
int |
hashCode() |
FieldUpdateOperation |
remove(Object remove) |
FieldUpdateOperation |
set(Object set) |
void |
setAdd(Object add) |
void |
setCopy(Object copy) |
void |
setEdit(Object edit) |
void |
setRemove(Object remove) |
void |
setSet(Object set) |
String |
toString() |
public FieldUpdateOperation add(Object add)
public Object getAdd()
public void setAdd(Object add)
public FieldUpdateOperation copy(Object copy)
public Object getCopy()
public void setCopy(Object copy)
public FieldUpdateOperation edit(Object edit)
public Object getEdit()
public void setEdit(Object edit)
public FieldUpdateOperation remove(Object remove)
public Object getRemove()
public void setRemove(Object remove)
public FieldUpdateOperation set(Object set)
public Object getSet()
public void setSet(Object set)
Copyright © 2011–2023 Everit Kft.. All rights reserved.