| Package | Description |
|---|---|
| com.sap.scimono.entity |
| 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 |
|---|---|
User.Builder |
User.Builder.addPhoto(Photo photo)
adds an Photo to the User
|
User.Builder |
User.Builder.removePhoto(Photo photo)
removes one single Photo from the User
|
| 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 |
|---|
Builder(Photo photo)
builds an Builder based of the given Attribute
|
Copyright © 2022 SAP SE. All rights reserved.