| Package | Description |
|---|---|
| com.sap.scimono.entity |
| Modifier and Type | Method and Description |
|---|---|
Entitlement |
Entitlement.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Entitlement> |
User.getEntitlements()
Gets a list of entitlements for the user that represent a thing the User has.
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addEntitlement(Entitlement entitlement)
adds an Entitlement to the User
|
User.Builder |
User.Builder.removeEntitlement(Entitlement entitlement)
removes one single Entitlement from the User
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addEntitlements(Collection<Entitlement> entitlements)
Adds a collection of entitlements for the User (See
User.getEntitlements()). |
| Constructor and Description |
|---|
Builder(Entitlement entitlement)
builds an Builder based of the given Attribute
|
Copyright © 2022 SAP SE. All rights reserved.