Uses of Class
com.dnanexus.DXProject.Builder
-
Packages that use DXProject.Builder Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXProject.Builder in com.dnanexus
Methods in com.dnanexus that return DXProject.Builder Modifier and Type Method Description static DXProject.BuilderDXProject. newProject()Returns a Builder object for creating a newDXProject.static DXProject.BuilderDXProject. newProjectWithEnvironment(DXEnvironment env)Returns a Builder object for creating a newDXProjectusing the specified environment.DXProject.BuilderDXProject.Builder. setName(String name)Sets the name of the new project.
-