Package com.seam.api.types
Interface ActionAttemptsListResponse._FinalStage
-
- All Known Implementing Classes:
ActionAttemptsListResponse.Builder
- Enclosing class:
- ActionAttemptsListResponse
public static interface ActionAttemptsListResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract 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()
-
-
-
Method Detail
-
build
ActionAttemptsListResponse build()
-
actionAttempts
ActionAttemptsListResponse._FinalStage actionAttempts(java.util.List<ActionAttempt> actionAttempts)
-
addActionAttempts
ActionAttemptsListResponse._FinalStage addActionAttempts(ActionAttempt actionAttempts)
-
addAllActionAttempts
ActionAttemptsListResponse._FinalStage addAllActionAttempts(java.util.List<ActionAttempt> actionAttempts)
-
-