Package io.vertigo.commons.command
Class CommandResponseBuilder<P>
java.lang.Object
io.vertigo.commons.command.CommandResponseBuilder<P>
- All Implemented Interfaces:
io.vertigo.core.lang.Builder<CommandResponse<P>>
public final class CommandResponseBuilder<P>
extends Object
implements io.vertigo.core.lang.Builder<CommandResponse<P>>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withDisplay(String display) withPayload(P payload) withStatus(CommandResponseStatus status) withTargetUrl(String targetUrl)
-
Method Details
-
withStatus
-
withDisplay
-
withPayload
-
withTargetUrl
-
build
- Specified by:
buildin interfaceio.vertigo.core.lang.Builder<P>
-