Package com.seam.api.types
Interface ActionAttemptsGetResponse.ActionAttemptStage
-
- All Known Implementing Classes:
ActionAttemptsGetResponse.Builder
- Enclosing class:
- ActionAttemptsGetResponse
public static interface ActionAttemptsGetResponse.ActionAttemptStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionAttemptsGetResponse.OkStageactionAttempt(ActionAttempt actionAttempt)ActionAttemptsGetResponse.Builderfrom(ActionAttemptsGetResponse other)
-
-
-
Method Detail
-
actionAttempt
ActionAttemptsGetResponse.OkStage actionAttempt(ActionAttempt actionAttempt)
-
from
ActionAttemptsGetResponse.Builder from(ActionAttemptsGetResponse other)
-
-