| 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 |
|---|---|
Photo |
Photo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Photo> |
User.getPhotos()
Gets the URL's of the photos of the user.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUser.Builder |
UpdateUser.Builder.addPhoto(Photo photo)
adds or updates a photo to an existing user if the .getValue() already exists a update will be done.
|
User.Builder |
User.Builder.addPhoto(Photo photo)
adds an Photo to the User
|
UpdateUser.Builder |
UpdateUser.Builder.deletePhoto(Photo photo)
deletes the photo of a existing user
|
User.Builder |
User.Builder.removePhoto(Photo photo)
removes one single Photo from the User
|
UpdateUser.Builder |
UpdateUser.Builder.updatePhoto(Photo oldPhoto,
Photo newPhoto)
updates the old Photo with the new one
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.addPhotos(Collection<Photo> photos)
Adds the URL's of photo's of the User (See
User.getPhotos()). |
| Constructor and Description |
|---|
Photo.Builder(Photo photo)
builds an Builder based of the given Attribute
|
Copyright © 2014. All Rights Reserved.