Interface AddRequest

    • Method Detail

      • getEntryDn

        Dn getEntryDn()
        Gets the distinguished name of the entry to add.
        Returns:
        the Dn of the added entry.
      • setEntryDn

        AddRequest setEntryDn​(Dn entry)
        Sets the distinguished name of the entry to add.
        Parameters:
        entry - the Dn of the added entry.
        Returns:
        The AddRequest instance
      • getEntry

        Entry getEntry()
        Gets the entry to add.
        Returns:
        the added Entry
      • setEntry

        AddRequest setEntry​(Entry entry)
        Sets the Entry to add.
        Parameters:
        entry - the added Entry
        Returns:
        The AddRequest instance
      • setMessageId

        AddRequest setMessageId​(int messageId)
        Sets the Message ID for this request
        Specified by:
        setMessageId in interface Message
        Parameters:
        messageId - The message Id
        Returns:
        A Message reference