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