Package com.seam.api.types
Interface NoiseThreshold._FinalStage
-
- All Known Implementing Classes:
NoiseThreshold.Builder
- Enclosing class:
- NoiseThreshold
public static interface NoiseThreshold._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NoiseThresholdbuild()NoiseThreshold._FinalStagenoiseThresholdNrs(java.lang.Double noiseThresholdNrs)NoiseThreshold._FinalStagenoiseThresholdNrs(java.util.Optional<java.lang.Double> noiseThresholdNrs)
-
-
-
Method Detail
-
build
NoiseThreshold build()
-
noiseThresholdNrs
NoiseThreshold._FinalStage noiseThresholdNrs(java.util.Optional<java.lang.Double> noiseThresholdNrs)
-
noiseThresholdNrs
NoiseThreshold._FinalStage noiseThresholdNrs(java.lang.Double noiseThresholdNrs)
-
-