@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableExtendedRequest extends ExtendedRequest, UpdatableRequest
| Modifier and Type | Method and Description | 
|---|---|
| void | setRequestOID(java.lang.String oid)Specifies the OID for the extended request. | 
| void | setRequestValue(com.unboundid.asn1.ASN1OctetString value)Specifies the value for the extended request, if any. | 
getRequestOID, getRequestValue, toLDAPSDKRequestaddRequestControl, setRequestControlsgetOperationType, getRequestControlsvoid setRequestOID(java.lang.String oid)
oid - The OID for the extended request.  It must not be
              null.void setRequestValue(com.unboundid.asn1.ASN1OctetString value)
value - The value for the extended request.  It may be null
                if there should not be a value.