Package com.seam.api.types
Class NoiseThresholdsUpdateResponse.Builder
- java.lang.Object
-
- com.seam.api.types.NoiseThresholdsUpdateResponse.Builder
-
- All Implemented Interfaces:
NoiseThresholdsUpdateResponse._FinalStage,NoiseThresholdsUpdateResponse.ActionAttemptStage,NoiseThresholdsUpdateResponse.OkStage
- Enclosing class:
- NoiseThresholdsUpdateResponse
public static final class NoiseThresholdsUpdateResponse.Builder extends java.lang.Object implements NoiseThresholdsUpdateResponse.ActionAttemptStage, NoiseThresholdsUpdateResponse.OkStage, NoiseThresholdsUpdateResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoiseThresholdsUpdateResponse.OkStageactionAttempt(ActionAttempt actionAttempt)NoiseThresholdsUpdateResponsebuild()NoiseThresholdsUpdateResponse.Builderfrom(NoiseThresholdsUpdateResponse other)NoiseThresholdsUpdateResponse._FinalStageok(boolean ok)
-
-
-
Method Detail
-
from
public NoiseThresholdsUpdateResponse.Builder from(NoiseThresholdsUpdateResponse other)
- Specified by:
fromin interfaceNoiseThresholdsUpdateResponse.ActionAttemptStage
-
actionAttempt
public NoiseThresholdsUpdateResponse.OkStage actionAttempt(ActionAttempt actionAttempt)
- Specified by:
actionAttemptin interfaceNoiseThresholdsUpdateResponse.ActionAttemptStage
-
ok
public NoiseThresholdsUpdateResponse._FinalStage ok(boolean ok)
- Specified by:
okin interfaceNoiseThresholdsUpdateResponse.OkStage
-
build
public NoiseThresholdsUpdateResponse build()
- Specified by:
buildin interfaceNoiseThresholdsUpdateResponse._FinalStage
-
-