Interface CommandCreateAction

  • All Superinterfaces:
    RestAction<Command>

    public interface CommandCreateAction
    extends RestAction<Command>
    Specialized RestAction used to create or update commands.
    If a command with the specified name already exists, it will be replaced!