public static class SchemaSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SchemaSummary |
build() |
SchemaSummary.Builder |
copy(SchemaSummary model) |
SchemaSummary.Builder |
isOracleMaintained(Boolean isOracleMaintained)
Indicates if the schema is oracle supplied.
|
SchemaSummary.Builder |
schemaName(String schemaName)
Name of the schema.
|
public SchemaSummary.Builder schemaName(String schemaName)
Name of the schema.
schemaName
- the value to setpublic SchemaSummary.Builder isOracleMaintained(Boolean isOracleMaintained)
Indicates if the schema is oracle supplied.
isOracleMaintained
- the value to setpublic SchemaSummary build()
public SchemaSummary.Builder copy(SchemaSummary model)
Copyright © 2016–2024. All rights reserved.