Uses of Class
com.oracle.bmc.identitydomains.model.UserPhotos
-
Packages that use UserPhotos Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserPhotos in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserPhotos Modifier and Type Method Description UserPhotos
UserPhotos.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type UserPhotos Modifier and Type Method Description List<UserPhotos>
User. getPhotos()
URLs of photos for the UserMethods in com.oracle.bmc.identitydomains.model with parameters of type UserPhotos Modifier and Type Method Description UserPhotos.Builder
UserPhotos.Builder. copy(UserPhotos model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type UserPhotos Modifier and Type Method Description User.Builder
User.Builder. photos(List<UserPhotos> photos)
URLs of photos for the User
-