public static class UnsupportedDatabaseObject.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UnsupportedDatabaseObject |
build() |
UnsupportedDatabaseObject.Builder |
copy(UnsupportedDatabaseObject model) |
UnsupportedDatabaseObject.Builder |
objectName(String objectName)
Name of the object (regular expression is allowed)
|
UnsupportedDatabaseObject.Builder |
owner(String owner)
Owner of the object (regular expression is allowed)
|
UnsupportedDatabaseObject.Builder |
type(UnsupportedDatabaseObject.Type type)
Type of unsupported object
|
public UnsupportedDatabaseObject.Builder type(UnsupportedDatabaseObject.Type type)
Type of unsupported object
type
- the value to setpublic UnsupportedDatabaseObject.Builder owner(String owner)
Owner of the object (regular expression is allowed)
owner
- the value to setpublic UnsupportedDatabaseObject.Builder objectName(String objectName)
Name of the object (regular expression is allowed)
objectName
- the value to setpublic UnsupportedDatabaseObject build()
public UnsupportedDatabaseObject.Builder copy(UnsupportedDatabaseObject model)
Copyright © 2016–2024. All rights reserved.