Interface LiveCommandAnswerBuilder.BuildStep
-
- Enclosing interface:
- LiveCommandAnswerBuilder
public static interface LiveCommandAnswerBuilder.BuildStepThe final step for building the LiveCommandAnswer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LiveCommandAnswerbuild()Builds theLiveCommandAnswerto aLiveCommand.
-
-
-
Method Detail
-
build
LiveCommandAnswer build()
Builds theLiveCommandAnswerto aLiveCommand.- Returns:
- the new LiveCommandAnswer object.
-
-