Uses of Class
com.oracle.bmc.identitydomains.model.MySupportAccount
-
Packages that use MySupportAccount Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of MySupportAccount in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MySupportAccount Modifier and Type Method Description MySupportAccount
MySupportAccount.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type MySupportAccount Modifier and Type Method Description List<MySupportAccount>
MySupportAccounts. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type MySupportAccount Modifier and Type Method Description MySupportAccount.Builder
MySupportAccount.Builder. copy(MySupportAccount model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type MySupportAccount Modifier and Type Method Description MySupportAccounts.Builder
MySupportAccounts.Builder. resources(List<MySupportAccount> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of MySupportAccount in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return MySupportAccount Modifier and Type Method Description MySupportAccount
CreateMySupportAccountRequest. getBody$()
Alternative accessor for the body parameter.MySupportAccount
CreateMySupportAccountRequest. getMySupportAccount()
MySupportAccount schema.Methods in com.oracle.bmc.identitydomains.requests with parameters of type MySupportAccount Modifier and Type Method Description CreateMySupportAccountRequest.Builder
CreateMySupportAccountRequest.Builder. body$(MySupportAccount body)
Alternative setter for the body parameter.CreateMySupportAccountRequest.Builder
CreateMySupportAccountRequest.Builder. mySupportAccount(MySupportAccount mySupportAccount)
MySupportAccount schema. -
Uses of MySupportAccount in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return MySupportAccount Modifier and Type Method Description MySupportAccount
CreateMySupportAccountResponse. getMySupportAccount()
The returned MySupportAccount instance.MySupportAccount
GetMySupportAccountResponse. getMySupportAccount()
The returned MySupportAccount instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type MySupportAccount Modifier and Type Method Description CreateMySupportAccountResponse.Builder
CreateMySupportAccountResponse.Builder. mySupportAccount(MySupportAccount mySupportAccount)
The returned MySupportAccount instance.GetMySupportAccountResponse.Builder
GetMySupportAccountResponse.Builder. mySupportAccount(MySupportAccount mySupportAccount)
The returned MySupportAccount instance.
-