@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableModifyRequest extends ModifyRequest, UpdatableRequest
Modifier and Type | Method and Description |
---|---|
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.
|
getDN, getModifications, toLDAPSDKRequest, toLDIFChangeRecord
getOperationType, getRequestControls
addRequestControl, setRequestControls
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
.