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