Class CompleteUserTaskCommandImpl

All Implemented Interfaces:
CommandWithVariables<CompleteUserTaskCommandStep1>, CompleteUserTaskCommandStep1, FinalCommandStep<CompleteUserTaskResponse>

public final class CompleteUserTaskCommandImpl extends CommandWithVariables<CompleteUserTaskCommandStep1> implements CompleteUserTaskCommandStep1
This command implementation currently does not extend CommandWithVariables since we would have to handle a String-ified JSON variables object. The request object itself expects a Map though. In the future, we might extend this to also allow all options from CommandWithVariables here.