Uses of Class
com.oracle.bmc.identitydomains.model.SocialIdentityProvider
-
Packages that use SocialIdentityProvider Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of SocialIdentityProvider in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return SocialIdentityProvider Modifier and Type Method Description SocialIdentityProvider
SocialIdentityProvider.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type SocialIdentityProvider Modifier and Type Method Description List<SocialIdentityProvider>
SocialIdentityProviders. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type SocialIdentityProvider Modifier and Type Method Description SocialIdentityProvider.Builder
SocialIdentityProvider.Builder. copy(SocialIdentityProvider model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type SocialIdentityProvider Modifier and Type Method Description SocialIdentityProviders.Builder
SocialIdentityProviders.Builder. resources(List<SocialIdentityProvider> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of SocialIdentityProvider in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return SocialIdentityProvider Modifier and Type Method Description SocialIdentityProvider
CreateSocialIdentityProviderRequest. getBody$()
Alternative accessor for the body parameter.SocialIdentityProvider
PutSocialIdentityProviderRequest. getBody$()
Alternative accessor for the body parameter.SocialIdentityProvider
CreateSocialIdentityProviderRequest. getSocialIdentityProvider()
SocialIdentityProvider schema.SocialIdentityProvider
PutSocialIdentityProviderRequest. getSocialIdentityProvider()
Replace the current instance of SocialIdentityProvider with provided payload.Methods in com.oracle.bmc.identitydomains.requests with parameters of type SocialIdentityProvider Modifier and Type Method Description CreateSocialIdentityProviderRequest.Builder
CreateSocialIdentityProviderRequest.Builder. body$(SocialIdentityProvider body)
Alternative setter for the body parameter.PutSocialIdentityProviderRequest.Builder
PutSocialIdentityProviderRequest.Builder. body$(SocialIdentityProvider body)
Alternative setter for the body parameter.CreateSocialIdentityProviderRequest.Builder
CreateSocialIdentityProviderRequest.Builder. socialIdentityProvider(SocialIdentityProvider socialIdentityProvider)
SocialIdentityProvider schema.PutSocialIdentityProviderRequest.Builder
PutSocialIdentityProviderRequest.Builder. socialIdentityProvider(SocialIdentityProvider socialIdentityProvider)
Replace the current instance of SocialIdentityProvider with provided payload. -
Uses of SocialIdentityProvider in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return SocialIdentityProvider Modifier and Type Method Description SocialIdentityProvider
CreateSocialIdentityProviderResponse. getSocialIdentityProvider()
The returned SocialIdentityProvider instance.SocialIdentityProvider
GetSocialIdentityProviderResponse. getSocialIdentityProvider()
The returned SocialIdentityProvider instance.SocialIdentityProvider
PatchSocialIdentityProviderResponse. getSocialIdentityProvider()
The returned SocialIdentityProvider instance.SocialIdentityProvider
PutSocialIdentityProviderResponse. getSocialIdentityProvider()
The returned SocialIdentityProvider instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type SocialIdentityProvider Modifier and Type Method Description CreateSocialIdentityProviderResponse.Builder
CreateSocialIdentityProviderResponse.Builder. socialIdentityProvider(SocialIdentityProvider socialIdentityProvider)
The returned SocialIdentityProvider instance.GetSocialIdentityProviderResponse.Builder
GetSocialIdentityProviderResponse.Builder. socialIdentityProvider(SocialIdentityProvider socialIdentityProvider)
The returned SocialIdentityProvider instance.PatchSocialIdentityProviderResponse.Builder
PatchSocialIdentityProviderResponse.Builder. socialIdentityProvider(SocialIdentityProvider socialIdentityProvider)
The returned SocialIdentityProvider instance.PutSocialIdentityProviderResponse.Builder
PutSocialIdentityProviderResponse.Builder. socialIdentityProvider(SocialIdentityProvider socialIdentityProvider)
The returned SocialIdentityProvider instance.
-