Uses of Class
com.dnanexus.UnarchivingRate
-
Packages that use UnarchivingRate Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of UnarchivingRate in com.dnanexus
Methods in com.dnanexus that return UnarchivingRate Modifier and Type Method Description static UnarchivingRateUnarchivingRate. valueOf(String name)Returns the enum constant of this type with the specified name.static UnarchivingRate[]UnarchivingRate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dnanexus with parameters of type UnarchivingRate Modifier and Type Method Description DXProject.UnarchiveRequestBuilderDXProject.UnarchiveRequestBuilder. setRate(UnarchivingRate rate)Sets the speed at which the files in this request are unarchived.
-