@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, toLDAPSDKRequest
addRequestControl, setRequestControls
getOperationType, getRequestControls
void 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.