@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<com.unboundid.ldap.sdk.Modification> | 
getModifications()
Retrieves the modifications to be applied. 
 | 
com.unboundid.ldap.sdk.ReadOnlyModifyRequest | 
toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this modify request. 
 | 
com.unboundid.ldif.LDIFModifyChangeRecord | 
toLDIFChangeRecord()
Retrieves an LDIF change record that corresponds to this modify request. 
 | 
getOperationType, getRequestControlsjava.lang.String getDN()
java.util.List<com.unboundid.ldap.sdk.Modification> getModifications()
com.unboundid.ldap.sdk.ReadOnlyModifyRequest toLDAPSDKRequest()
com.unboundid.ldif.LDIFModifyChangeRecord toLDIFChangeRecord()
toLDIFChangeRecord in interface ChangeRequest