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