| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableCompareRequest
This interface defines a set of methods which may be used to update a compare request.
| Method Summary | |
|---|---|
 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.  | 
| Methods inherited from interface com.unboundid.directory.sdk.common.operation.CompareRequest | 
|---|
getAssertionValue, getAttributeType, getDN, toLDAPSDKRequest | 
| Methods inherited from interface com.unboundid.directory.sdk.common.operation.UpdatableRequest | 
|---|
addRequestControl, setRequestControls | 
| Methods inherited from interface com.unboundid.directory.sdk.common.operation.Request | 
|---|
getOperationType, getRequestControls | 
| Method Detail | 
|---|
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.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||