Interface DeleteRequest

    • Method Detail

      • getName

        Dn getName()
        Gets the distinguished name of the leaf entry to be deleted by this request.
        Returns:
        the Dn of the leaf entry to delete.
      • setName

        DeleteRequest setName​(Dn name)
        Sets the distinguished name of the leaf entry to be deleted by this request.
        Parameters:
        name - the Dn of the leaf entry to delete.
        Returns:
        The DeleteRequest instance