Uses of Class
de.captaingoldfish.scim.sdk.common.resources.multicomplex.Photo
-
Packages that use Photo Package Description de.captaingoldfish.scim.sdk.common.resources -
-
Uses of Photo in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return types with arguments of type Photo Modifier and Type Method 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.Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type Photo Modifier and Type Method Description voidUser. 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.Method parameters in de.captaingoldfish.scim.sdk.common.resources with type arguments of type Photo Modifier and Type Method Description voidUser. 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.
-