@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ExtendedRequest extends Request
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRequestOID()
Retrieves the OID for the extended request.
|
com.unboundid.asn1.ASN1OctetString |
getRequestValue()
Retrieves the value for the extended request, if any.
|
com.unboundid.ldap.sdk.ExtendedRequest |
toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this extended request.
|
getOperationType, getRequestControls
java.lang.String getRequestOID()
com.unboundid.asn1.ASN1OctetString getRequestValue()
null
if there is
none.com.unboundid.ldap.sdk.ExtendedRequest toLDAPSDKRequest()