|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface AddRequest
This interface defines a set of methods which may be used to interact with an add request.
Method Summary | |
---|---|
Entry |
getEntry()
Retrieves the entry to be added. |
com.unboundid.ldap.sdk.ReadOnlyAddRequest |
toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this add request. |
com.unboundid.ldif.LDIFAddChangeRecord |
toLDIFChangeRecord()
Retrieves an LDIF change record that corresponds to this add request. |
Methods inherited from interface com.unboundid.directory.sdk.common.operation.Request |
---|
getOperationType, getRequestControls |
Method Detail |
---|
Entry getEntry()
com.unboundid.ldap.sdk.ReadOnlyAddRequest toLDAPSDKRequest()
com.unboundid.ldif.LDIFAddChangeRecord toLDIFChangeRecord()
toLDIFChangeRecord
in interface ChangeRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |