| Package | Description |
|---|---|
| com.sap.scimono.entity |
| Modifier and Type | Method and Description |
|---|---|
GroupRef |
GroupRef.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<GroupRef> |
User.getGroups()
Gets a list of groups that the user belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addGroup(GroupRef group)
Adds a single group to the user's groups.
|
User.Builder |
User.Builder.removeGroup(GroupRef group)
Removes a single group from the user's groups.
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addGroups(List<GroupRef> groups)
Adds all groups in the provided list to the user's groups.
|
User.Builder |
User.Builder.setGroups(List<GroupRef> groups) |
| Constructor and Description |
|---|
Builder(GroupRef groupRef) |
Copyright © 2022 SAP SE. All rights reserved.