Interface AsyncDeleteBuilder

    • Method Detail

      • withOptions

        AsyncPathable<AsyncStage<java.lang.Void>> withOptions​(java.util.Set<DeleteOption> options)
        Changes the deletion options. By default, no options are used
        Parameters:
        options - set of deletion options
        Returns:
        this
      • withVersion

        AsyncPathable<AsyncStage<java.lang.Void>> withVersion​(int version)
        Changes the version number passed to the delete() method. By default, -1 is used
        Parameters:
        version - version to use
        Returns:
        this