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