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