Class UserPhotos.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.UserPhotos.Builder
 
- 
- Enclosing class:
- UserPhotos
 
 public static class UserPhotos.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UserPhotosbuild()UserPhotos.Buildercopy(UserPhotos model)UserPhotos.Builderdisplay(String display)A human readable name, primarily used for display purposes.UserPhotos.Builderprimary(Boolean primary)A Boolean value indicating the ‘primary’ or preferred attribute value for this attribute, e.g., the preferred photo or thumbnail.UserPhotos.Buildertype(UserPhotos.Type type)A label indicating the attribute’s function; e.g., ‘photo’ or ‘thumbnail’.UserPhotos.Buildervalue(String value)URL of a photo for the User
 
- 
- 
- 
Method Detail- 
valuepublic UserPhotos.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 - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
displaypublic UserPhotos.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 - Parameters:
- display- the value to set
- Returns:
- this builder
 
 - 
typepublic UserPhotos.Builder type(UserPhotos.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 - Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
primarypublic 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.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 - Parameters:
- primary- the value to set
- Returns:
- this builder
 
 - 
buildpublic UserPhotos build() 
 - 
copypublic UserPhotos.Builder copy(UserPhotos model) 
 
- 
 
-