public static class UserExtSelfRegistrationProfile.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtSelfRegistrationProfile |
build() |
UserExtSelfRegistrationProfile.Builder |
copy(UserExtSelfRegistrationProfile model) |
UserExtSelfRegistrationProfile.Builder |
display(String display)
A human readable name, primarily used for display purposes.
|
UserExtSelfRegistrationProfile.Builder |
ref(String ref)
URI of the profile.
|
UserExtSelfRegistrationProfile.Builder |
value(String value)
Self Registration Profile Id
|
public UserExtSelfRegistrationProfile.Builder value(String value)
Self Registration Profile Id
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: always - type: string - uniqueness: none
value
- the value to setpublic UserExtSelfRegistrationProfile.Builder ref(String ref)
URI of the profile.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic UserExtSelfRegistrationProfile.Builder display(String display)
A human readable name, primarily used for display purposes. READ-ONLY.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
display
- the value to setpublic UserExtSelfRegistrationProfile build()
public UserExtSelfRegistrationProfile.Builder copy(UserExtSelfRegistrationProfile model)
Copyright © 2016–2024. All rights reserved.