public static class SelfRegistrationProfileUserAttributes.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SelfRegistrationProfileUserAttributes |
build() |
SelfRegistrationProfileUserAttributes.Builder |
copy(SelfRegistrationProfileUserAttributes model) |
SelfRegistrationProfileUserAttributes.Builder |
deletable(Boolean deletable)
If this attribute can be deleted
|
SelfRegistrationProfileUserAttributes.Builder |
fullyQualifiedAttributeName(String fullyQualifiedAttributeName)
SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability:
readWrite - required: false - returned: default - type: string - uniqueness: none Fully
Qualified Attribute Name
|
SelfRegistrationProfileUserAttributes.Builder |
metadata(String metadata)
Metadata of the user attribute
|
SelfRegistrationProfileUserAttributes.Builder |
seqNumber(Integer seqNumber)
SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability:
readWrite - required: true - returned: default - type: integer - uniqueness: none
Sequence Number for the attribute
|
SelfRegistrationProfileUserAttributes.Builder |
value(String value)
name of the attribute
|
public SelfRegistrationProfileUserAttributes.Builder value(String value)
name of the attribute
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic SelfRegistrationProfileUserAttributes.Builder fullyQualifiedAttributeName(String fullyQualifiedAttributeName)
SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none Fully Qualified Attribute Name
fullyQualifiedAttributeName
- the value to setpublic SelfRegistrationProfileUserAttributes.Builder seqNumber(Integer seqNumber)
SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none Sequence Number for the attribute
seqNumber
- the value to setpublic SelfRegistrationProfileUserAttributes.Builder deletable(Boolean deletable)
If this attribute can be deleted
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean - uniqueness: none
deletable
- the value to setpublic SelfRegistrationProfileUserAttributes.Builder metadata(String metadata)
Metadata of the user attribute
*Added In:** 18.1.6
*SCIM++ Properties:** - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
metadata
- the value to setpublic SelfRegistrationProfileUserAttributes build()
public SelfRegistrationProfileUserAttributes.Builder copy(SelfRegistrationProfileUserAttributes model)
Copyright © 2016–2024. All rights reserved.