public static class UserEmails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserEmails |
build() |
UserEmails.Builder |
copy(UserEmails model) |
UserEmails.Builder |
pendingVerificationData(String pendingVerificationData)
Pending e-mail address verification
|
UserEmails.Builder |
primary(Boolean primary)
A Boolean value that indicates whether the email address is the primary email address.
|
UserEmails.Builder |
secondary(Boolean secondary)
A Boolean value that indicates whether the email address is the secondary email address.
|
UserEmails.Builder |
type(UserEmails.Type type)
Type of email address
|
UserEmails.Builder |
value(String value)
Email address
|
UserEmails.Builder |
verified(Boolean verified)
A Boolean value that indicates whether or not the e-mail address is verified
|
public UserEmails.Builder value(String value)
Email address
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic UserEmails.Builder type(UserEmails.Type type)
Type of email address
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
type
- the value to setpublic UserEmails.Builder primary(Boolean primary)
A Boolean value that indicates whether the email address is the primary email address. 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 UserEmails.Builder secondary(Boolean secondary)
A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value ‘true’ MUST appear no more than once.
*Added In:** 18.2.6
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
secondary
- the value to setpublic UserEmails.Builder verified(Boolean verified)
A Boolean value that indicates whether or not the e-mail address is verified
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
verified
- the value to setpublic UserEmails.Builder pendingVerificationData(String pendingVerificationData)
Pending e-mail address verification
*Added In:** 19.1.4
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
pendingVerificationData
- the value to setpublic UserEmails build()
public UserEmails.Builder copy(UserEmails model)
Copyright © 2016–2024. All rights reserved.