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, setReferralHandler
public DeleteRequest()
public DeleteRequest(String dn)
dn
- to deleteCopyright © 2017. All rights reserved.