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