Package com.seam.api.types
Interface HealthGetHealthResponse.OkStage
-
- All Known Implementing Classes:
HealthGetHealthResponse.Builder
- Enclosing class:
- HealthGetHealthResponse
public static interface HealthGetHealthResponse.OkStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HealthGetHealthResponse.Builderfrom(HealthGetHealthResponse other)HealthGetHealthResponse._FinalStageok(boolean ok)
-
-
-
Method Detail
-
ok
HealthGetHealthResponse._FinalStage ok(boolean ok)
-
from
HealthGetHealthResponse.Builder from(HealthGetHealthResponse other)
-
-