| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
Groups.patchGroup(String groupId,
PatchBody patchBody) |
javax.ws.rs.core.Response |
Users.patchUser(String userId,
PatchBody patchBody) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupsCallback.patchGroup(String groupId,
PatchBody patchBody,
Meta groupMeta)
Updates a group with the provided attributes.
|
void |
DefaultGroupsCallback.patchGroup(String groupId,
PatchBody patchBody,
Meta groupMeta) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultUsersCallback.patchUser(String userId,
PatchBody patchBody,
Meta userMeta) |
void |
UsersCallback.patchUser(String userId,
PatchBody patchBody,
Meta userMeta)
Updates a user with the provided attributes.
|
| Modifier and Type | Method and Description |
|---|---|
PatchBody |
RequestOperation.getDataAsPatch() |
| Modifier and Type | Method and Description |
|---|---|
PatchBody |
PatchBody.Builder.build() |
| Constructor and Description |
|---|
Builder(PatchBody patchBody) |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchSchemaPresenceValidator.validate(PatchBody body) |
void |
AnyOperationPresenceValidator.validate(PatchBody body) |
void |
PatchValidationFramework.validate(PatchBody body) |
Copyright © 2022 SAP SE. All rights reserved.