Uses of Class
com.dnanexus.InputParameter
-
Packages that use InputParameter Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of InputParameter in com.dnanexus
Methods in com.dnanexus that return InputParameter Modifier and Type Method Description InputParameterInputParameter.Builder. build()Builds the input parameter object.Methods in com.dnanexus that return types with arguments of type InputParameter Modifier and Type Method Description List<InputParameter>DXApplet.Describe. getInputSpecification()Returns the applet's input specification.Method parameters in com.dnanexus with type arguments of type InputParameter Modifier and Type Method Description DXApplet.BuilderDXApplet.Builder. setInputSpecification(List<? extends InputParameter> inputSpec)Sets the input specification of the applet to be created.
-