Package com.seam.api.types
Interface NoiseThresholdsListResponse._FinalStage
-
- All Known Implementing Classes:
NoiseThresholdsListResponse.Builder
- Enclosing class:
- NoiseThresholdsListResponse
public static interface NoiseThresholdsListResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NoiseThresholdsListResponse._FinalStageaddAllNoiseThresholds(java.util.List<NoiseThreshold> noiseThresholds)NoiseThresholdsListResponse._FinalStageaddNoiseThresholds(NoiseThreshold noiseThresholds)NoiseThresholdsListResponsebuild()NoiseThresholdsListResponse._FinalStagenoiseThresholds(java.util.List<NoiseThreshold> noiseThresholds)
-
-
-
Method Detail
-
build
NoiseThresholdsListResponse build()
-
noiseThresholds
NoiseThresholdsListResponse._FinalStage noiseThresholds(java.util.List<NoiseThreshold> noiseThresholds)
-
addNoiseThresholds
NoiseThresholdsListResponse._FinalStage addNoiseThresholds(NoiseThreshold noiseThresholds)
-
addAllNoiseThresholds
NoiseThresholdsListResponse._FinalStage addAllNoiseThresholds(java.util.List<NoiseThreshold> noiseThresholds)
-
-