Uses of Class
com.dnanexus.InputParameter.Builder
-
Packages that use InputParameter.Builder Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of InputParameter.Builder in com.dnanexus
Methods in com.dnanexus that return InputParameter.Builder Modifier and Type Method Description static InputParameter.BuilderInputParameter. newInputParameter(String name, IOClass parameterClass)Returns a new input parameter builder initialized with the specified input name and class.InputParameter.BuilderInputParameter.Builder. optional()Makes this input parameter optional.
-