public class DeleteUserAccountCmd extends Object implements Command<Void>
protected String
userAccountId
DeleteUserAccountCmd(String userAccountId)
Void
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final String userAccountId
public DeleteUserAccountCmd(String userAccountId)
public Void execute(CommandContext commandContext)
execute
Command<Void>