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