| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableModifyRequest
This interface defines a set of methods which may be used to update a modify request.
| Method Summary | |
|---|---|
 void | 
setDN(com.unboundid.ldap.sdk.DN dn)
Specifies the DN of the entry to modify.  | 
 void | 
setDN(java.lang.String dn)
Specifies the DN of the entry to modify.  | 
 void | 
setModifications(java.util.List<com.unboundid.ldap.sdk.Modification> modifications)
Specifies the modifications to be applied.  | 
| Methods inherited from interface com.unboundid.directory.sdk.common.operation.ModifyRequest | 
|---|
getDN, getModifications, toLDAPSDKRequest, toLDIFChangeRecord | 
| Methods inherited from interface com.unboundid.directory.sdk.common.operation.Request | 
|---|
getOperationType, getRequestControls | 
| Methods inherited from interface com.unboundid.directory.sdk.common.operation.UpdatableRequest | 
|---|
addRequestControl, setRequestControls | 
| Method Detail | 
|---|
void setDN(java.lang.String dn)
dn - The DN of the entry to modify.  It must not be null.void setDN(com.unboundid.ldap.sdk.DN dn)
dn - The DN of the entry to modify.  It must not be null.void setModifications(java.util.List<com.unboundid.ldap.sdk.Modification> modifications)
modifications - The modifications to be applied.  It must not be
                        null.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||