Package com.seam.api.types
Class ActionAttemptsListResponse.Builder
- java.lang.Object
-
- com.seam.api.types.ActionAttemptsListResponse.Builder
-
- All Implemented Interfaces:
ActionAttemptsListResponse._FinalStage,ActionAttemptsListResponse.OkStage
- Enclosing class:
- ActionAttemptsListResponse
public static final class ActionAttemptsListResponse.Builder extends java.lang.Object implements ActionAttemptsListResponse.OkStage, ActionAttemptsListResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionAttemptsListResponse._FinalStageactionAttempts(java.util.List<ActionAttempt> actionAttempts)ActionAttemptsListResponse._FinalStageaddActionAttempts(ActionAttempt actionAttempts)ActionAttemptsListResponse._FinalStageaddAllActionAttempts(java.util.List<ActionAttempt> actionAttempts)ActionAttemptsListResponsebuild()ActionAttemptsListResponse.Builderfrom(ActionAttemptsListResponse other)ActionAttemptsListResponse._FinalStageok(boolean ok)
-
-
-
Method Detail
-
from
public ActionAttemptsListResponse.Builder from(ActionAttemptsListResponse other)
- Specified by:
fromin interfaceActionAttemptsListResponse.OkStage
-
ok
public ActionAttemptsListResponse._FinalStage ok(boolean ok)
- Specified by:
okin interfaceActionAttemptsListResponse.OkStage
-
addAllActionAttempts
public ActionAttemptsListResponse._FinalStage addAllActionAttempts(java.util.List<ActionAttempt> actionAttempts)
- Specified by:
addAllActionAttemptsin interfaceActionAttemptsListResponse._FinalStage
-
addActionAttempts
public ActionAttemptsListResponse._FinalStage addActionAttempts(ActionAttempt actionAttempts)
- Specified by:
addActionAttemptsin interfaceActionAttemptsListResponse._FinalStage
-
actionAttempts
public ActionAttemptsListResponse._FinalStage actionAttempts(java.util.List<ActionAttempt> actionAttempts)
- Specified by:
actionAttemptsin interfaceActionAttemptsListResponse._FinalStage
-
build
public ActionAttemptsListResponse build()
- Specified by:
buildin interfaceActionAttemptsListResponse._FinalStage
-
-