| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ModifyRequest
This interface defines a set of methods which may be used to interact with a modify request.
| Method Summary | |
|---|---|
 java.lang.String | 
getDN()
Retrieves the DN of the entry to modify.  | 
 java.util.List<com.unboundid.ldap.sdk.Modification> | 
getModifications()
Retrieves the modifications to be applied.  | 
 com.unboundid.ldap.sdk.ReadOnlyModifyRequest | 
toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this modify request.  | 
 com.unboundid.ldif.LDIFModifyChangeRecord | 
toLDIFChangeRecord()
Retrieves an LDIF change record that corresponds to this modify request.  | 
| Methods inherited from interface com.unboundid.directory.sdk.common.operation.Request | 
|---|
getOperationType, getRequestControls | 
| Method Detail | 
|---|
java.lang.String getDN()
java.util.List<com.unboundid.ldap.sdk.Modification> getModifications()
com.unboundid.ldap.sdk.ReadOnlyModifyRequest toLDAPSDKRequest()
com.unboundid.ldif.LDIFModifyChangeRecord toLDIFChangeRecord()
toLDIFChangeRecord in interface ChangeRequest
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||