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