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