Uses of Class
com.oracle.bmc.identitydomains.model.Schema
-
Packages that use Schema Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of Schema in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return Schema Modifier and Type Method Description Schema
Schema.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type Schema Modifier and Type Method Description List<Schema>
Schemas. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type Schema Modifier and Type Method Description Schema.Builder
Schema.Builder. copy(Schema model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type Schema Modifier and Type Method Description Schemas.Builder
Schemas.Builder. resources(List<Schema> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of Schema in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return Schema Modifier and Type Method Description Schema
PutSchemaRequest. getBody$()
Alternative accessor for the body parameter.Schema
PutSchemaRequest. getSchema()
Replace the current instance of Schema with provided payload.Methods in com.oracle.bmc.identitydomains.requests with parameters of type Schema Modifier and Type Method Description PutSchemaRequest.Builder
PutSchemaRequest.Builder. body$(Schema body)
Alternative setter for the body parameter.PutSchemaRequest.Builder
PutSchemaRequest.Builder. schema(Schema schema)
Replace the current instance of Schema with provided payload. -
Uses of Schema in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return Schema Modifier and Type Method Description Schema
GetSchemaResponse. getSchema()
The returned Schema instance.Schema
PatchSchemaResponse. getSchema()
The returned Schema instance.Schema
PutSchemaResponse. getSchema()
The returned Schema instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type Schema Modifier and Type Method Description GetSchemaResponse.Builder
GetSchemaResponse.Builder. schema(Schema schema)
The returned Schema instance.PatchSchemaResponse.Builder
PatchSchemaResponse.Builder. schema(Schema schema)
The returned Schema instance.PutSchemaResponse.Builder
PutSchemaResponse.Builder. schema(Schema schema)
The returned Schema instance.
-