Uses of Class
com.oracle.bmc.identitydomains.model.UserExtSelfRegistrationProfile
-
Packages that use UserExtSelfRegistrationProfile Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserExtSelfRegistrationProfile in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserExtSelfRegistrationProfile Modifier and Type Method Description UserExtSelfRegistrationProfile
UserExtSelfRegistrationProfile.Builder. build()
UserExtSelfRegistrationProfile
ExtensionSelfRegistrationUser. getSelfRegistrationProfile()
Methods in com.oracle.bmc.identitydomains.model with parameters of type UserExtSelfRegistrationProfile Modifier and Type Method Description UserExtSelfRegistrationProfile.Builder
UserExtSelfRegistrationProfile.Builder. copy(UserExtSelfRegistrationProfile model)
ExtensionSelfRegistrationUser.Builder
ExtensionSelfRegistrationUser.Builder. selfRegistrationProfile(UserExtSelfRegistrationProfile selfRegistrationProfile)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type UserExtSelfRegistrationProfile Constructor Description ExtensionSelfRegistrationUser(Boolean consentGranted, String userToken, UserExtSelfRegistrationProfile selfRegistrationProfile)
Deprecated.
-