Uses of Class
com.oracle.bmc.identitydomains.model.MePhotos.Builder
-
Packages that use MePhotos.Builder Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MePhotos.Builder in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MePhotos.Builder Modifier and Type Method Description static MePhotos.Builder
MePhotos. builder()
Create a new builder.MePhotos.Builder
MePhotos.Builder. copy(MePhotos model)
MePhotos.Builder
MePhotos.Builder. display(String display)
A human readable name, primarily used for display purposes.MePhotos.Builder
MePhotos.Builder. primary(Boolean primary)
A Boolean value indicating the ‘primary’ or preferred attribute value for this attribute, e.g., the preferred photo or thumbnail.MePhotos.Builder
MePhotos. toBuilder()
MePhotos.Builder
MePhotos.Builder. type(MePhotos.Type type)
A label indicating the attribute’s function; e.g., ‘photo’ or ‘thumbnail’.MePhotos.Builder
MePhotos.Builder. value(String value)
URL of a photo for the User
-