public static class SelfRegistrationProfileConsentText.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SelfRegistrationProfileConsentText |
build() |
SelfRegistrationProfileConsentText.Builder |
copy(SelfRegistrationProfileConsentText model) |
SelfRegistrationProfileConsentText.Builder |
isDefault(Boolean isDefault)
If true, specifies that the localized attribute instance value is the default and will be
returned if no localized value found for requesting user’s preferred locale.
|
SelfRegistrationProfileConsentText.Builder |
locale(String locale)
Type of user’s locale e.g.
|
SelfRegistrationProfileConsentText.Builder |
value(String value)
Localized value of consent text in corresponding locale
|
public SelfRegistrationProfileConsentText.Builder locale(String locale)
Type of user’s locale e.g. en-CA
*SCIM++ Properties:** - caseExact: false - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)" - idcsCanonicalValueSourceResourceType: AllowedValue - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
locale
- the value to setpublic SelfRegistrationProfileConsentText.Builder value(String value)
Localized value of consent text in corresponding locale
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic SelfRegistrationProfileConsentText.Builder isDefault(Boolean isDefault)
If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user’s preferred locale. One and only one instance should have this attribute set to true.
*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
isDefault
- the value to setpublic SelfRegistrationProfileConsentText build()
public SelfRegistrationProfileConsentText.Builder copy(SelfRegistrationProfileConsentText model)
Copyright © 2016–2024. All rights reserved.