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