Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and 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
|
Copyright © 2016–2024. All rights reserved.