@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> |
getSchema() |
int |
hashCode() |
PartialUpdate |
setId(String id) |
PartialUpdate |
setOperations(Collection<Patch> operations) |
PartialUpdate |
setSchema(Collection<PatchSchema> schema) |
String |
toString() |
public PartialUpdate setId(String id)
public String getId()
public PartialUpdate setOperations(Collection<Patch> operations)
public Collection<Patch> getOperations()
public PartialUpdate setSchema(Collection<PatchSchema> schema)
public Collection<PatchSchema> getSchema()
Copyright © 2023. All rights reserved.