Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MePhotos |
build() |
MePhotos.Builder |
copy(MePhotos model) |
MePhotos.Builder |
display(String display)
A human readable name, primarily used for display purposes.
|
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 |
type(MePhotos.Type type)
A label indicating the attribute’s function; e.g., ‘photo’ or ‘thumbnail’.
|
MePhotos.Builder |
value(String value)
URL of a photo for the User
|
public MePhotos.Builder value(String value)
URL of a photo for the User
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: reference - uniqueness: none
value
- the value to setpublic MePhotos.Builder display(String display)
A human readable name, primarily used for display purposes.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic MePhotos.Builder type(MePhotos.Type type)
A label indicating the attribute’s function; e.g., ‘photo’ or ‘thumbnail’.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
type
- the value to setpublic 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. The primary attribute value ‘true’ MUST appear no more than once.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
primary
- the value to setpublic MePhotos build()
public MePhotos.Builder copy(MePhotos model)
Copyright © 2016–2024. All rights reserved.