| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableRequest
This interface defines a set of methods which may be used to update the contents of operation requests.
| Method Summary | |
|---|---|
 void | 
addRequestControl(com.unboundid.ldap.sdk.Control control)
Adds the provided control to the set of request controls for this request.  | 
 void | 
setRequestControls(java.util.List<com.unboundid.ldap.sdk.Control> controls)
Updates the set of request controls for this request.  | 
| Methods inherited from interface com.unboundid.directory.sdk.common.operation.Request | 
|---|
getOperationType, getRequestControls | 
| Method Detail | 
|---|
void setRequestControls(java.util.List<com.unboundid.ldap.sdk.Control> controls)
controls - The set of controls to use for this request.  It may be
                   null or empty if there should not be any
                   controls.void addRequestControl(com.unboundid.ldap.sdk.Control control)
control - The control to be added to the set of request controls for
                  this request.  It must not be null.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||