@Generated public class PartialUpdate extends Object
| Constructor and Description |
|---|
PartialUpdate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
Collection<Patch> |
getOperations() |
Collection<PatchSchema> |
getSchemas() |
int |
hashCode() |
PartialUpdate |
setId(String id) |
PartialUpdate |
setOperations(Collection<Patch> operations) |
PartialUpdate |
setSchemas(Collection<PatchSchema> schemas) |
String |
toString() |
public PartialUpdate setId(String id)
public String getId()
public PartialUpdate setOperations(Collection<Patch> operations)
public Collection<Patch> getOperations()
public PartialUpdate setSchemas(Collection<PatchSchema> schemas)
public Collection<PatchSchema> getSchemas()
Copyright © 2024. All rights reserved.