@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableRequest extends Request
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
getOperationType, getRequestControlsvoid 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.