com.unboundid.directory.sdk.common.operation
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
 UpdatableEntry getEntry()
          Retrieves the entry to be added.
 
Methods inherited from interface com.unboundid.directory.sdk.common.operation.AddRequest
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 interface AddRequest
Returns:
The entry to be added.