@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableResult extends Result
Modifier and Type | Method and Description |
---|---|
void |
addResultControl(com.unboundid.ldap.sdk.Control control)
Adds the provided control to the set of result controls for this result.
|
void |
setResultControls(java.util.List<com.unboundid.ldap.sdk.Control> controls)
Updates the set of result controls for this result.
|
getOperationType, getResultControls
void setResultControls(java.util.List<com.unboundid.ldap.sdk.Control> controls)
controls
- The set of controls to use for this result. It may be
null
or empty if there should not be any
controls.void addResultControl(com.unboundid.ldap.sdk.Control control)
control
- The control to be added to the set of result controls for
this result. It must not be null
.