@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableCompareRequest extends CompareRequest, UpdatableRequest
Modifier and Type | Method and Description |
---|---|
void |
setAssertionValue(com.unboundid.util.ByteString assertionValue)
Specifies the assertion value to compare against the values of the target
attribute.
|
void |
setAttributeType(java.lang.String attributeType)
Specifies the name or OID of the attribute to compare.
|
void |
setDN(com.unboundid.ldap.sdk.DN dn)
Specifies the DN of the entry to compare.
|
void |
setDN(java.lang.String dn)
Specifies the DN of the entry to compare.
|
getAssertionValue, getAttributeType, getDN, toLDAPSDKRequest
addRequestControl, setRequestControls
getOperationType, getRequestControls
void setDN(java.lang.String dn)
dn
- The DN of the entry to compare. It must not be null
.void setDN(com.unboundid.ldap.sdk.DN dn)
dn
- The DN of the entry to compare. It must not be null
.void setAttributeType(java.lang.String attributeType)
attributeType
- The name or OID of the attribute to compare. It
must not be null
.void setAssertionValue(com.unboundid.util.ByteString assertionValue)
assertionValue
- The assertion value to compare against the values
of the target attribute. It must not be
null
.