public static class DXProject.Builder extends Object
DXProject
object. To obtain an instance, call
DXProject.newProject()
.Modifier and Type | Method and Description |
---|---|
DXProject |
build()
Creates the project.
|
DXProject.Builder |
setName(String name)
Sets the name of the new project.
|
public DXProject.Builder setName(String name)
name
- String containing the new name of the projectBuilder
objectpublic DXProject build()
DXProject
corresponding to the newly created projectCopyright © 2023. All Rights Reserved.