| Package | Description |
|---|---|
| de.captaingoldfish.scim.sdk.common.resources |
| Modifier and Type | Method and Description |
|---|---|
List<Photo> |
User.getPhotos()
A URI that is a uniform resource locator (as defined in Section 1.1.3 of [RFC3986]) that points to a
resource location representing the user's image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.addPhoto(Photo photo)
A URI that is a uniform resource locator (as defined in Section 1.1.3 of [RFC3986]) that points to a
resource location representing the user's image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setPhotos(List<Photo> photos)
A URI that is a uniform resource locator (as defined in Section 1.1.3 of [RFC3986]) that points to a
resource location representing the user's image.
|
Copyright © 2020. All rights reserved.