@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ModifyRequest extends ChangeRequest
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDN()
Retrieves the DN of the entry to modify.
|
java.util.List<Modification> |
getModifications()
Retrieves the modifications to be applied.
|
ReadOnlyModifyRequest |
toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this modify request.
|
LDIFModifyChangeRecord |
toLDIFChangeRecord()
Retrieves an LDIF change record that corresponds to this modify request.
|
getOperationType, getRequestControls
java.lang.String getDN()
java.util.List<Modification> getModifications()
ReadOnlyModifyRequest toLDAPSDKRequest()
LDIFModifyChangeRecord toLDIFChangeRecord()
toLDIFChangeRecord
in interface ChangeRequest