public static class DirectoryObject.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DirectoryObject |
build() |
DirectoryObject.Builder |
copy(DirectoryObject model) |
DirectoryObject.Builder |
name(String name)
Name of directory object in database
|
DirectoryObject.Builder |
path(String path)
Absolute path of directory on database server
|
public DirectoryObject.Builder name(String name)
Name of directory object in database
name
- the value to setpublic DirectoryObject.Builder path(String path)
Absolute path of directory on database server
path
- the value to setpublic DirectoryObject build()
public DirectoryObject.Builder copy(DirectoryObject model)
Copyright © 2016–2024. All rights reserved.