@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface DeleteResult extends GenericResult
| Modifier and Type | Method and Description | 
|---|---|
AssuredReplicationRequirements | 
getAssuredReplicationRequirements()
Retrieves the assured replication requirements that will be used for this
 operation, if any. 
 | 
Entry | 
getDeletedEntry()
Retrieves the entry against which the delete operation was processed, if
 available. 
 | 
Entry | 
getSoftDeletedEntry()
Retrieves the soft-deleted entry if this  
DeleteResult is in
 response to a soft-delete request. | 
getAdditionalLogMessage, getDiagnosticMessage, getMatchedDN, getReferralURLs, getResultCode, toLDAPSDKResultgetOperationType, getResultControlsEntry getDeletedEntry()
null if the entry is not available.Entry getSoftDeletedEntry()
DeleteResult is in
 response to a soft-delete request.null if the original request
          was not a soft delete request or the entry is not available.AssuredReplicationRequirements getAssuredReplicationRequirements()
null if no assurance will be provided for
          this operation.