| None |
|---|
| Name | Returns |
|---|---|
| LdapModification(LdapModificationType modificationType, String attributeName) | constructor |
| LdapModification(LdapModificationType modificationType, String attributeName, String attributeValue) | constructor |
| LdapModification(LdapModificationType modificationType, String attributeName, String[] attributeValues) | constructor |
| getAttribute() | LdapAttribute |
| getAttributeName() | String |
| getDelegate() | com.unboundid.ldap.sdk.Modification |
| getModificationType() | LdapModificationType |
| getValueByteArrays() | Object |
| getValues() | String[] |
| hasValue() | boolean |
| toString(java.lang.StringBuilder ) | void |
| unwrap(Object[] ) | Object[] |
| None |
|---|
| None |
|---|