Class LDIFModifyContent

java.lang.Object
netscape.ldap.util.LDIFBaseContent
netscape.ldap.util.LDIFModifyContent
All Implemented Interfaces:
Serializable, LDIFContent

public class LDIFModifyContent extends LDIFBaseContent
An object of this class represents the content of an LDIF record that specifies modifications to an entry. This class implements the LDIFContent interface.

To get this object from an LDIFRecord object, use the getContent method and cast the return value as LDIFModifyContent.

Version:
1.0
See Also: