Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserIms |
build() |
UserIms.Builder |
copy(UserIms model) |
UserIms.Builder |
display(String display)
A human-readable name, primarily used for display purposes
|
UserIms.Builder |
primary(Boolean primary)
A Boolean value that indicates the ‘primary’ or preferred attribute value for this
attribute–for example, the preferred messenger or primary messenger.
|
UserIms.Builder |
type(UserIms.Type type)
A label that indicates the attribute’s function–for example, ‘aim’, ‘gtalk’, or ‘mobile’
|
UserIms.Builder |
value(String value)
User’s instant messaging address
|
public UserIms.Builder value(String value)
User’s instant messaging address
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic UserIms.Builder display(String display)
A human-readable name, primarily used for display purposes
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic UserIms.Builder type(UserIms.Type type)
A label that indicates the attribute’s function–for example, ‘aim’, ‘gtalk’, or ‘mobile’
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
type
- the value to setpublic UserIms.Builder primary(Boolean primary)
A Boolean value that indicates the ‘primary’ or preferred attribute value for this attribute–for example, the preferred messenger or primary messenger. The primary attribute value ‘true’ MUST appear no more than once.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
primary
- the value to setpublic UserIms build()
public UserIms.Builder copy(UserIms model)
Copyright © 2016–2024. All rights reserved.