Interface ChangeRequest
-
- All Superinterfaces:
Request
- All Known Subinterfaces:
AddRequest
,DeleteRequest
,ModifyDNRequest
,ModifyRequest
,UpdatableAddRequest
,UpdatableDeleteRequest
,UpdatableModifyDNRequest
,UpdatableModifyRequest
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ChangeRequest extends Request
This interface defines a set of methods which may be used to interact with a request used to alter server contents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LDIFChangeRecord
toLDIFChangeRecord()
Retrieves an LDIF change record that corresponds to this change request.-
Methods inherited from interface com.unboundid.directory.sdk.common.operation.Request
getOperationType, getRequestControls
-
-
-
-
Method Detail
-
toLDIFChangeRecord
LDIFChangeRecord toLDIFChangeRecord()
Retrieves an LDIF change record that corresponds to this change request.- Returns:
- An LDIF change record that corresponds to this change request.
-
-