Interface UpdatableModifyRequest

    • Method Detail

      • setDN

        void setDN​(java.lang.String dn)
        Specifies the DN of the entry to modify.
        Parameters:
        dn - The DN of the entry to modify. It must not be null.
      • setDN

        void setDN​(DN dn)
        Specifies the DN of the entry to modify.
        Parameters:
        dn - The DN of the entry to modify. It must not be null.
      • setModifications

        void setModifications​(java.util.List<Modification> modifications)
        Specifies the modifications to be applied.
        Parameters:
        modifications - The modifications to be applied. It must not be null.