Uses of Class
com.oracle.bmc.identitydomains.model.SelfRegistrationProfileConsentText.Builder
-
Packages that use SelfRegistrationProfileConsentText.Builder Package Description com.oracle.bmc.identitydomains.model -
-
Uses of SelfRegistrationProfileConsentText.Builder in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return SelfRegistrationProfileConsentText.Builder Modifier and Type Method Description static SelfRegistrationProfileConsentText.Builder
SelfRegistrationProfileConsentText. builder()
Create a new builder.SelfRegistrationProfileConsentText.Builder
SelfRegistrationProfileConsentText.Builder. copy(SelfRegistrationProfileConsentText model)
SelfRegistrationProfileConsentText.Builder
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
SelfRegistrationProfileConsentText.Builder. locale(String locale)
Type of user’s locale e.g.SelfRegistrationProfileConsentText.Builder
SelfRegistrationProfileConsentText. toBuilder()
SelfRegistrationProfileConsentText.Builder
SelfRegistrationProfileConsentText.Builder. value(String value)
Localized value of consent text in corresponding locale
-