Interface DeleteReferenceBuilder<T>

    • Method Detail

      • delete

        void delete()
             throws org.projectnessie.error.NessieConflictException,
                    org.projectnessie.error.NessieNotFoundException
        Throws:
        org.projectnessie.error.NessieConflictException
        org.projectnessie.error.NessieNotFoundException
      • getAndDelete

        T getAndDelete()
                throws org.projectnessie.error.NessieNotFoundException,
                       org.projectnessie.error.NessieConflictException
        Deletes the reference and returns its information as it was just before deletion.
        Throws:
        org.projectnessie.error.NessieNotFoundException
        org.projectnessie.error.NessieConflictException