@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableDeleteRequest extends DeleteRequest, UpdatableRequest
| Modifier and Type | Method and Description | 
|---|---|
| void | setDN(com.unboundid.ldap.sdk.DN dn)Specifies the DN of th entry to be deleted. | 
| void | setDN(java.lang.String dn)Specifies the DN of th entry to be deleted. | 
getDN, getHardDeleteRequestControl, getSoftDeleteRequestControl, isHardDelete, isSoftDelete, toLDAPSDKRequest, toLDIFChangeRecordgetOperationType, getRequestControlsaddRequestControl, setRequestControlsvoid setDN(java.lang.String dn)
dn - The DN of the entry to be deleted.  It must not be
             null.void setDN(com.unboundid.ldap.sdk.DN dn)
dn - The DN of the entry to be deleted.  It must not be
             null.