Package com.seam.api.types
Class ActionAttemptErrorError.Builder
- java.lang.Object
-
- com.seam.api.types.ActionAttemptErrorError.Builder
-
- All Implemented Interfaces:
ActionAttemptErrorError._FinalStage,ActionAttemptErrorError.MessageStage,ActionAttemptErrorError.TypeStage
- Enclosing class:
- ActionAttemptErrorError
public static final class ActionAttemptErrorError.Builder extends java.lang.Object implements ActionAttemptErrorError.TypeStage, ActionAttemptErrorError.MessageStage, ActionAttemptErrorError._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionAttemptErrorErrorbuild()ActionAttemptErrorError.Builderfrom(ActionAttemptErrorError other)ActionAttemptErrorError._FinalStagemessage(java.lang.String message)ActionAttemptErrorError.MessageStagetype(java.lang.String type)
-
-
-
Method Detail
-
from
public ActionAttemptErrorError.Builder from(ActionAttemptErrorError other)
- Specified by:
fromin interfaceActionAttemptErrorError.TypeStage
-
type
public ActionAttemptErrorError.MessageStage type(java.lang.String type)
- Specified by:
typein interfaceActionAttemptErrorError.TypeStage
-
message
public ActionAttemptErrorError._FinalStage message(java.lang.String message)
- Specified by:
messagein interfaceActionAttemptErrorError.MessageStage
-
build
public ActionAttemptErrorError build()
- Specified by:
buildin interfaceActionAttemptErrorError._FinalStage
-
-