com.unboundid.directory.sdk.common.operation
Interface UpdatableExtendedRequest
- All Superinterfaces:
- ExtendedRequest, Request, UpdatableRequest
@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface UpdatableExtendedRequest
- extends ExtendedRequest, UpdatableRequest
This interface defines a set of methods which may be used to update an
extended request.
Method Summary |
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. |
setRequestOID
void setRequestOID(java.lang.String oid)
- Specifies the OID for the extended request.
- Parameters:
oid
- The OID for the extended request. It must not be
null
.
setRequestValue
void setRequestValue(com.unboundid.asn1.ASN1OctetString value)
- Specifies the value for the extended request, if any.
- Parameters:
value
- The value for the extended request. It may be null
if there should not be a value.