| Package | Description |
|---|---|
| com.sap.scimono.entity |
| Modifier and Type | Method and Description |
|---|---|
Im |
Im.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Im> |
User.getIms()
Gets the instant messaging address for the user.
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addIm(Im im)
adds an Im to the User
|
User.Builder |
User.Builder.removeIm(Im im)
removes one single im from the User
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addIms(Collection<Im> ims)
Adds the instant messaging addresses for the User (See
User.getIms()). |
| Constructor and Description |
|---|
Builder(Im im)
builds an Builder based of the given Attribute
|
Copyright © 2022 SAP SE. All rights reserved.