@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class FieldUpdateOperation extends Object
| Constructor and Description |
|---|
FieldUpdateOperation() |
| Modifier and Type | Method and Description |
|---|---|
FieldUpdateOperation |
add(Object add) |
FieldUpdateOperation |
edit(Object edit) |
boolean |
equals(Object o) |
Object |
getAdd()
A map containing the name of a field and the value to add to it.
|
Object |
getEdit()
A map containing the name of a field and the value to edit in it.
|
Object |
getRemove()
A map containing the name of a field and the value to removed from it.
|
Object |
getSet()
A map containing the name of a field and the value to set in it.
|
int |
hashCode() |
FieldUpdateOperation |
remove(Object remove) |
FieldUpdateOperation |
set(Object set) |
void |
setAdd(Object add) |
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 set(Object set)
public Object getSet()
public void setSet(Object set)
public FieldUpdateOperation remove(Object remove)
public Object getRemove()
public void setRemove(Object remove)
public FieldUpdateOperation edit(Object edit)
public Object getEdit()
public void setEdit(Object edit)
Copyright © 2011–2021 Everit Kft.. All rights reserved.