Uses of Class
com.oracle.bmc.identitydomains.model.SelfRegistrationProfile
-
Packages that use SelfRegistrationProfile Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of SelfRegistrationProfile in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return SelfRegistrationProfile Modifier and Type Method Description SelfRegistrationProfile
SelfRegistrationProfile.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type SelfRegistrationProfile Modifier and Type Method Description List<SelfRegistrationProfile>
SelfRegistrationProfiles. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type SelfRegistrationProfile Modifier and Type Method Description SelfRegistrationProfile.Builder
SelfRegistrationProfile.Builder. copy(SelfRegistrationProfile model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type SelfRegistrationProfile Modifier and Type Method Description SelfRegistrationProfiles.Builder
SelfRegistrationProfiles.Builder. resources(List<SelfRegistrationProfile> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of SelfRegistrationProfile in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return SelfRegistrationProfile Modifier and Type Method Description SelfRegistrationProfile
CreateSelfRegistrationProfileRequest. getBody$()
Alternative accessor for the body parameter.SelfRegistrationProfile
PutSelfRegistrationProfileRequest. getBody$()
Alternative accessor for the body parameter.SelfRegistrationProfile
CreateSelfRegistrationProfileRequest. getSelfRegistrationProfile()
SelfRegistrationProfile schema.SelfRegistrationProfile
PutSelfRegistrationProfileRequest. getSelfRegistrationProfile()
Replace the current instance of SelfRegistrationProfile with provided payload.Methods in com.oracle.bmc.identitydomains.requests with parameters of type SelfRegistrationProfile Modifier and Type Method Description CreateSelfRegistrationProfileRequest.Builder
CreateSelfRegistrationProfileRequest.Builder. body$(SelfRegistrationProfile body)
Alternative setter for the body parameter.PutSelfRegistrationProfileRequest.Builder
PutSelfRegistrationProfileRequest.Builder. body$(SelfRegistrationProfile body)
Alternative setter for the body parameter.CreateSelfRegistrationProfileRequest.Builder
CreateSelfRegistrationProfileRequest.Builder. selfRegistrationProfile(SelfRegistrationProfile selfRegistrationProfile)
SelfRegistrationProfile schema.PutSelfRegistrationProfileRequest.Builder
PutSelfRegistrationProfileRequest.Builder. selfRegistrationProfile(SelfRegistrationProfile selfRegistrationProfile)
Replace the current instance of SelfRegistrationProfile with provided payload. -
Uses of SelfRegistrationProfile in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return SelfRegistrationProfile Modifier and Type Method Description SelfRegistrationProfile
CreateSelfRegistrationProfileResponse. getSelfRegistrationProfile()
The returned SelfRegistrationProfile instance.SelfRegistrationProfile
GetSelfRegistrationProfileResponse. getSelfRegistrationProfile()
The returned SelfRegistrationProfile instance.SelfRegistrationProfile
PatchSelfRegistrationProfileResponse. getSelfRegistrationProfile()
The returned SelfRegistrationProfile instance.SelfRegistrationProfile
PutSelfRegistrationProfileResponse. getSelfRegistrationProfile()
The returned SelfRegistrationProfile instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type SelfRegistrationProfile Modifier and Type Method Description CreateSelfRegistrationProfileResponse.Builder
CreateSelfRegistrationProfileResponse.Builder. selfRegistrationProfile(SelfRegistrationProfile selfRegistrationProfile)
The returned SelfRegistrationProfile instance.GetSelfRegistrationProfileResponse.Builder
GetSelfRegistrationProfileResponse.Builder. selfRegistrationProfile(SelfRegistrationProfile selfRegistrationProfile)
The returned SelfRegistrationProfile instance.PatchSelfRegistrationProfileResponse.Builder
PatchSelfRegistrationProfileResponse.Builder. selfRegistrationProfile(SelfRegistrationProfile selfRegistrationProfile)
The returned SelfRegistrationProfile instance.PutSelfRegistrationProfileResponse.Builder
PutSelfRegistrationProfileResponse.Builder. selfRegistrationProfile(SelfRegistrationProfile selfRegistrationProfile)
The returned SelfRegistrationProfile instance.
-