Package com.seam.api.types
Class NoiseThresholdsGetResponse.Builder
- java.lang.Object
-
- com.seam.api.types.NoiseThresholdsGetResponse.Builder
-
- All Implemented Interfaces:
NoiseThresholdsGetResponse._FinalStage,NoiseThresholdsGetResponse.NoiseThresholdStage,NoiseThresholdsGetResponse.OkStage
- Enclosing class:
- NoiseThresholdsGetResponse
public static final class NoiseThresholdsGetResponse.Builder extends java.lang.Object implements NoiseThresholdsGetResponse.NoiseThresholdStage, NoiseThresholdsGetResponse.OkStage, NoiseThresholdsGetResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoiseThresholdsGetResponsebuild()NoiseThresholdsGetResponse.Builderfrom(NoiseThresholdsGetResponse other)NoiseThresholdsGetResponse.OkStagenoiseThreshold(NoiseThreshold noiseThreshold)NoiseThresholdsGetResponse._FinalStageok(boolean ok)
-
-
-
Method Detail
-
from
public NoiseThresholdsGetResponse.Builder from(NoiseThresholdsGetResponse other)
- Specified by:
fromin interfaceNoiseThresholdsGetResponse.NoiseThresholdStage
-
noiseThreshold
public NoiseThresholdsGetResponse.OkStage noiseThreshold(NoiseThreshold noiseThreshold)
- Specified by:
noiseThresholdin interfaceNoiseThresholdsGetResponse.NoiseThresholdStage
-
ok
public NoiseThresholdsGetResponse._FinalStage ok(boolean ok)
- Specified by:
okin interfaceNoiseThresholdsGetResponse.OkStage
-
build
public NoiseThresholdsGetResponse build()
- Specified by:
buildin interfaceNoiseThresholdsGetResponse._FinalStage
-
-