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