| Package | Description |
|---|---|
| org.osiam.resources.scim |
org.osiam.resources.scim is a group of representation classes for the json output of scim resources.
|
| 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 |
|---|---|
UpdateUser.Builder |
UpdateUser.Builder.addIm(Im im)
adds or updates a ims to an existing user if the .getValue() already exists a update will be done.
|
User.Builder |
User.Builder.addIm(Im im)
adds an Im to the User
|
UpdateUser.Builder |
UpdateUser.Builder.deleteIm(Im im)
deletes the ims of a existing user
|
User.Builder |
User.Builder.removeIm(Im im)
removes one single im from the User
|
UpdateUser.Builder |
UpdateUser.Builder.updateIm(Im oldIm,
Im newIm)
updates the old Ims with the new one
|
| 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 |
|---|
Im.Builder(Im im)
builds an Builder based of the given Attribute
|
Copyright © 2014. All Rights Reserved.