Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MeIms |
build() |
MeIms.Builder |
copy(MeIms model) |
MeIms.Builder |
display(String display)
A human-readable name, primarily used for display purposes
|
MeIms.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.
|
MeIms.Builder |
type(MeIms.Type type)
A label that indicates the attribute’s function–for example, ‘aim’, ‘gtalk’, or ‘mobile’
|
MeIms.Builder |
value(String value)
User’s instant messaging address
|
public MeIms.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 MeIms.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 MeIms.Builder type(MeIms.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 MeIms.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 MeIms build()
public MeIms.Builder copy(MeIms model)
Copyright © 2016–2024. All rights reserved.