Interface UpdatableAddRequest
-
- All Superinterfaces:
AddRequest
,ChangeRequest
,Request
,UpdatableRequest
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableAddRequest extends AddRequest, UpdatableRequest
This interface defines a set of methods which may be used to update an add request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatableEntry
getEntry()
Retrieves the entry to be added.-
Methods inherited from interface com.unboundid.directory.sdk.common.operation.AddRequest
isUndelete, toLDAPSDKRequest, toLDIFChangeRecord
-
Methods inherited from interface com.unboundid.directory.sdk.common.operation.Request
getOperationType, getRequestControls
-
Methods inherited from interface com.unboundid.directory.sdk.common.operation.UpdatableRequest
addRequestControl, setRequestControls
-
-
-
-
Method Detail
-
getEntry
UpdatableEntry getEntry()
Retrieves the entry to be added. It may be altered if desired.- Specified by:
getEntry
in interfaceAddRequest
- Returns:
- The entry to be added.
-
-