@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface AddRequest extends ChangeRequest
Modifier and Type | Method and Description |
---|---|
Entry |
getEntry()
Retrieves the entry to be added.
|
boolean |
isUndelete()
Indicates whether this
AddRequest contains the UndeleteRequestControl . |
com.unboundid.ldap.sdk.ReadOnlyAddRequest |
toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this add request.
|
com.unboundid.ldif.LDIFAddChangeRecord |
toLDIFChangeRecord()
Retrieves an LDIF change record that corresponds to this add request.
|
getOperationType, getRequestControls
com.unboundid.ldap.sdk.ReadOnlyAddRequest toLDAPSDKRequest()
com.unboundid.ldif.LDIFAddChangeRecord toLDIFChangeRecord()
toLDIFChangeRecord
in interface ChangeRequest
boolean isUndelete()
AddRequest
contains the UndeleteRequestControl
. If this method returns true
, the
undelete control can be obtained from the Request.getRequestControls()
method.UndeleteRequestControl
is included in this
request, false if not.