Uses of Class
com.oracle.bmc.identitydomains.model.Me
-
Packages that use Me Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of Me in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return Me Modifier and Type Method Description Me
Me.Builder. build()
Methods in com.oracle.bmc.identitydomains.model with parameters of type Me Modifier and Type Method Description Me.Builder
Me.Builder. copy(Me model)
-
Uses of Me in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return Me Modifier and Type Method Description Me
CreateMeRequest. getBody$()
Alternative accessor for the body parameter.Me
PutMeRequest. getBody$()
Alternative accessor for the body parameter.Me
CreateMeRequest. getMe()
Me schema.Me
PutMeRequest. getMe()
Replace the current instance of Me with provided payload.Methods in com.oracle.bmc.identitydomains.requests with parameters of type Me Modifier and Type Method Description CreateMeRequest.Builder
CreateMeRequest.Builder. body$(Me body)
Alternative setter for the body parameter.PutMeRequest.Builder
PutMeRequest.Builder. body$(Me body)
Alternative setter for the body parameter.CreateMeRequest.Builder
CreateMeRequest.Builder. me(Me me)
Me schema.PutMeRequest.Builder
PutMeRequest.Builder. me(Me me)
Replace the current instance of Me with provided payload. -
Uses of Me in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return Me Modifier and Type Method Description Me
CreateMeResponse. getMe()
The returned Me instance.Me
GetMeResponse. getMe()
The returned Me instance.Me
PatchMeResponse. getMe()
The returned Me instance.Me
PutMeResponse. getMe()
The returned Me instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type Me Modifier and Type Method Description CreateMeResponse.Builder
CreateMeResponse.Builder. me(Me me)
The returned Me instance.GetMeResponse.Builder
GetMeResponse.Builder. me(Me me)
The returned Me instance.PatchMeResponse.Builder
PatchMeResponse.Builder. me(Me me)
The returned Me instance.PutMeResponse.Builder
PutMeResponse.Builder. me(Me me)
The returned Me instance.
-