public class DeleteRequest extends AbstractRequest
| Constructor and Description |
|---|
DeleteRequest()
Default constructor.
|
DeleteRequest(String dn)
Creates a new delete request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDn()
Returns the DN to delete.
|
void |
setDn(String dn)
Sets the DN to delete.
|
String |
toString() |
getControls, getIntermediateResponseHandlers, getReferralHandler, setControls, setIntermediateResponseHandlers, setReferralHandlerpublic DeleteRequest()
public DeleteRequest(String dn)
dn - to deleteCopyright © 2023. All rights reserved.